Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index bf35fff6e7b7c9f9b454f2972301d244ddcbf2ff..ee2ea8074f9a3a3bea402e74022da917cbf45874 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -19,6 +19,9 @@ CHROME_PACKAGE = 'com.google.android.apps.chrome' |
CHROME_ACTIVITY = 'com.google.android.apps.chrome.Main' |
CHROME_DEVTOOLS_SOCKET = 'chrome_devtools_remote' |
+CHROME_STABLE_PACKAGE = 'com.android.chrome' |
+CHROME_BETA_PACKAGE = 'com.chrome.beta' |
+ |
CHROME_TESTS_PACKAGE = 'com.google.android.apps.chrome.tests' |
LEGACY_BROWSER_PACKAGE = 'com.google.android.browser' |