| Index: tools/telemetry/telemetry/android_browser_backend.py
|
| ===================================================================
|
| --- tools/telemetry/telemetry/android_browser_backend.py (revision 176402)
|
| +++ tools/telemetry/telemetry/android_browser_backend.py (working copy)
|
| @@ -20,6 +20,8 @@
|
| def __init__(self, options, adb, package,
|
| is_content_shell, cmdline_file, activity, devtools_remote_port):
|
| super(AndroidBrowserBackend, self).__init__(is_content_shell, options)
|
| + if len(options.extensions_to_load) > 0:
|
| + raise Exception('Cannot load extensions for android browser!')
|
| # Initialize fields so that an explosion during init doesn't break in Close.
|
| self._options = options
|
| self._adb = adb
|
|
|