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

Unified Diff: ios/chrome/app/safe_mode_crashing_modules_config.h

Issue 2146323003: Made CrashingModules.plist non-updatable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: ios/chrome/app/safe_mode_crashing_modules_config.h
diff --git a/ios/chrome/app/safe_mode_crashing_modules_config.h b/ios/chrome/app/safe_mode_crashing_modules_config.h
index d918edcc213d7797b5d82c4450e91f2210ae8846..f03a918747aea47e08ba082905e7ebb05c7c2a6e 100644
--- a/ios/chrome/app/safe_mode_crashing_modules_config.h
+++ b/ios/chrome/app/safe_mode_crashing_modules_config.h
@@ -7,12 +7,10 @@
#import <Foundation/Foundation.h>
-#import "ios/chrome/browser/updatable_config/updatable_dictionary.h"
-
-// Class for updatable configuration file singleton. This singleton object
-// is created when +sharedInstance is called for the first time and the default
+// Class for configuration file singleton. This singleton object is created
+// when +sharedInstance is called for the first time and the default
// configuration is loaded from a plist bundled into the application.
-@interface SafeModeCrashingModulesConfig : UpdatableDictionary
+@interface SafeModeCrashingModulesConfig : NSObject
// Returns singleton object for this class.
+ (SafeModeCrashingModulesConfig*)sharedInstance;

Powered by Google App Engine
This is Rietveld 408576698