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

Unified Diff: chrome/browser/extensions/extension_prefs.cc

Issue 12256040: Second batch of fixing prefs registrations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head for commit. Created 7 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_prefs.cc
diff --git a/chrome/browser/extensions/extension_prefs.cc b/chrome/browser/extensions/extension_prefs.cc
index 38dcaf38f7f1a912e693eb9aeb8f2ba5436aadc7..5e226d196d7207e5ac03ec1cb734eac1703f9e85 100644
--- a/chrome/browser/extensions/extension_prefs.cc
+++ b/chrome/browser/extensions/extension_prefs.cc
@@ -2264,6 +2264,12 @@ void ExtensionPrefs::RegisterUserPrefs(PrefRegistrySyncable* registry) {
registry->RegisterBooleanPref(kSideloadWipeoutDone,
false,
PrefRegistrySyncable::UNSYNCABLE_PREF);
+
+#if defined (TOOLKIT_VIEWS)
+ registry->RegisterIntegerPref(prefs::kBrowserActionContainerWidth,
+ 0,
+ PrefRegistrySyncable::UNSYNCABLE_PREF);
+#endif
}
ExtensionIdList ExtensionPrefs::GetExtensionPrefAsVector(
« no previous file with comments | « no previous file | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698