| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 54307fa27d2d3826c8ce96a118672b187f5b8c63..3f2bf9c862a5178cd87b7b1b638de194ebd259a2 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1015,6 +1015,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[] =
|
|
|