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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h

Issue 2770113004: Pass settings model to ARDAppClient instead of individual settings. (Closed)
Patch Set: Fix test. 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/ARDSettingsStore.h
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
similarity index 96%
rename from webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
rename to webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
index b82ec70e653e6a1e603f84283eb547d2884abc4f..b010b7f1242fade7d18191a31b9399c7217689e5 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.h
+++ b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h
@@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
@interface ARDSettingsStore : NSObject
-@property(nonatomic) NSString* videoCodec;
+@property(nonatomic) NSString *videoCodec;
/**
* Returns current video resolution media constraint string stored in the store.
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/ARDSettingsModel+Private.h ('k') | webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698