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

Unified Diff: tools/bisect-builds.py

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: tools/bisect-builds.py
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
index 52737259c8f1527894e64a0a93ed344ce260a3e0..1d6a7026023dacdf383aecf73bdf94b21b4932e4 100755
--- a/tools/bisect-builds.py
+++ b/tools/bisect-builds.py
@@ -98,6 +98,7 @@ ANDROID_CHROME_PACKAGE_NAME = {
'ChromeCanary.apk': 'com.chrome.canary',
'ChromeDev.apk': 'com.google.android.apps.chrome_dev',
'ChromeStable.apk': 'com.android.chrome',
+ 'ChromeWork.apk': 'com.chrome.work',
}
###############################################################################

Powered by Google App Engine
This is Rietveld 408576698