Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0726f0b9f5b86d4a4ba24162bd5086e3e60bf561..d47493512fa0a027b1bf6d8eb0521224773b5ccd 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[] = |