Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 2ecbec2f7e247ea31e4b2400185547ab831999d3..c605063cb7d661ea7edb825faea6c34d8e3e637c 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -918,6 +918,12 @@ const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled"; |
// permitted. |
const char kAllowDeletingBrowserHistory[] = "history.deleting_enabled"; |
+#if !defined(OS_ANDROID) && !defined(OS_IOS) |
+// Whether the "Click here to clear your browsing data" tooltip promo has been |
+// shown on the Material Design History page. |
+const char kMdHistoryMenuPromoShown[] = "history.menu_promo_shown"; |
+#endif |
+ |
// Boolean controlling whether SafeSearch is mandatory for Google Web Searches. |
const char kForceGoogleSafeSearch[] = "settings.force_google_safesearch"; |