Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(871)

Unified Diff: chrome/common/pref_names.cc

Issue 2280513002: MD History: promote menu button to show clear browsing data in narrow mode (Closed)
Patch Set: asdf Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index b684057cab3282afbf2918f13dc25c02b36c48e9..377594723bab4b02e9e0ee9a2525f8d871ea71e6 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -930,6 +930,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";

Powered by Google App Engine
This is Rietveld 408576698