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

Unified Diff: chrome/common/pref_names.h

Issue 1505913003: Add update menu item and app menu icon badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add code create 1dp transparent border in LocatoinBarPhone Created 5 years 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 1ead3de47ba1f6006e8a8392d29ab11db6235b45..547d35814e176da4f68f5c3a0104231ad84c4dca 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -794,6 +794,10 @@ extern const char kBackgroundTracingLastUpload[];
extern const char kAllowDinosaurEasterEgg[];
+#if defined(OS_ANDROID)
+extern const char kClickedUpdateMenuItem[];
+#endif
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698