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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java

Issue 1505913003: Add update menu item and app menu icon badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange field_trial.. again to facilitate command line testing 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/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
index b4d303949df89847c5a10223927618e00c53d101..1742df7ccc845f96e95a8f3292f88e05411363fd 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
@@ -98,6 +98,21 @@ public abstract class ChromeSwitches {
*/
public static final String ENABLE_INTERESTS = "enable-interests";
+ /**
+ * Forces the update menu item to show.
+ */
+ public static final String FORCE_SHOW_UPDATE_MENU_ITEM = "force-show-update-menu-item";
+
+ /**
+ * Forces the update menu badge to show.
+ */
+ public static final String FORCE_SHOW_UPDATE_MENU_BADGE = "force-show-update-menu-badge";
+
+ /**
+ * Sets the market URL for Chrome for use in testing.
+ */
+ public static final String MARKET_URL_FOR_TESTING = "market-url-for-testing";
+
///////////////////////////////////////////////////////////////////////////////////////////////
// Native Switches
///////////////////////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698