| 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',
|
| }
|
|
|
| ###############################################################################
|
|
|