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

Unified Diff: chrome/android/java/ChromeVersionConstants.java.version

Issue 863033004: Add com.chrome.work as supported channel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/android/java/ChromeVersionConstants.java.version
diff --git a/chrome/android/java/ChromeVersionConstants.java.version b/chrome/android/java/ChromeVersionConstants.java.version
index 83b9a118f60bd1c98897b8257d4cc6c08fb81308..81e981e066dae9c48d2caf3cbe7160c31f2d7e68 100644
--- a/chrome/android/java/ChromeVersionConstants.java.version
+++ b/chrome/android/java/ChromeVersionConstants.java.version
@@ -14,5 +14,6 @@ class ChromeVersionConstants {
static final int CHANNEL_DEV = 2;
static final int CHANNEL_BETA = 3;
static final int CHANNEL_STABLE = 4;
+ static final int CHANNEL_WORK = 5;
static final int CHANNEL = CHANNEL_@CHANNEL@;
}

Powered by Google App Engine
This is Rietveld 408576698