| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 77c8680cd178b13a4653b06349e1c7cc36b58201..5c95177e3f991bd504d54c596d6790b9841a4533 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1006,6 +1006,9 @@ const char kShowUpdatePromotionInfoBar[] =
|
| // true, we draw a custom chrome frame (thicker title bar and blue border).
|
| const char kUseCustomChromeFrame[] = "browser.custom_chrome_frame";
|
|
|
| +const char kBackShortcutBubbleShownCount[] =
|
| + "browser.back_shortcut_bubble_shown_count";
|
| +
|
| #if defined(ENABLE_PLUGINS)
|
| // Which plugins have been whitelisted manually by the user.
|
| const char kContentSettingsPluginWhitelist[] =
|
|
|