| Index: chrome/browser/ui/browser_ui_prefs.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser_ui_prefs.cc (revision 162977)
|
| +++ chrome/browser/ui/browser_ui_prefs.cc (working copy)
|
| @@ -26,6 +26,9 @@
|
| prefs->RegisterBooleanPref(prefs::kShowHomeButton,
|
| false,
|
| PrefService::SYNCABLE_PREF);
|
| + prefs->RegisterIntegerPref(prefs::kExtensionsSideloadWipeoutBubbleShown,
|
| + 0,
|
| + PrefService::SYNCABLE_PREF);
|
| #if defined(OS_MACOSX)
|
| // This really belongs in platform code, but there's no good place to
|
| // initialize it between the time when the AppController is created
|
|
|