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

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

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.m
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m
similarity index 96%
rename from webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m
rename to webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m
index c05df4416a5253ca682dfdfc2ca2af8a56e28084..6d9fa5bb26a2274bfaa4569b18a02a582760c44a 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsStore.m
+++ b/webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.m
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface ARDSettingsStore () {
NSUserDefaults *_storage;
}
-@property(nonatomic, strong) NSUserDefaults *storage;
+@property(nonatomic, strong, readonly) NSUserDefaults *storage;
@end
@implementation ARDSettingsStore
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/ARDSettingsStore.h ('k') | webrtc/examples/objc/AppRTCMobile/ios/ARDSettingsModel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698