Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.m

Issue 2770113004: Pass settings model to ARDAppClient instead of individual settings. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.m
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m b/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.m
similarity index 97%
rename from webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m
rename to webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.m
index 7514689add53b0d5ee747aeae930f0c27a977a13..1deb5233dbbdd52ea61c6ce4f4ca04c09c1dfa13 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.m
+++ b/webrtc/examples/objc/AppRTCMobile/ARDSettingsModel.m
@@ -17,9 +17,7 @@ static NSArray<NSString *> *videoResolutionsStaticValues() {
return @[ @"640x480", @"960x540", @"1280x720" ];
}
-static NSArray<NSString *> *videoCodecsStaticValues() {
- return @[ @"H264", @"VP8", @"VP9" ];
-}
+static NSArray<NSString *> *videoCodecsStaticValues() { return @[ @"H264", @"VP8", @"VP9" ]; }
@interface ARDSettingsModel () {
ARDSettingsStore *_settingsStore;

Powered by Google App Engine
This is Rietveld 408576698