commit | c849685e5a3cb3d9b81162b55ffa238e8d22ba65 | [log] [tgz] |
---|---|---|
author | Achuith Bhandarkar <achuith@chromium.org> | Fri Aug 02 13:57:02 2013 -0700 |
committer | ChromeBot <chrome-bot@google.com> | Fri Aug 02 16:44:39 2013 -0700 |
tree | 2b85ca97d8da735b67921e10dfe57c9ac078c093 | |
parent | 3b0889a64c57f5b53ae308b09e87e5eff4d90376 [diff] [blame] |
Fix a regression where browser.Start() was introduced in telemetry. BUG=chromium:266980 TEST=manual, autotests Change-Id: I60b2da99f6462228aa2d3d116fdd117b73622fc7 Reviewed-on: https://gerrit.chromium.org/gerrit/64378 Reviewed-by: Simran Basi <sbasi@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Tested-by: Achuith Bhandarkar <achuith@chromium.org>
diff --git a/client/common_lib/cros/chrome.py b/client/common_lib/cros/chrome.py index c7a37af..813c063 100644 --- a/client/common_lib/cros/chrome.py +++ b/client/common_lib/cros/chrome.py
@@ -32,6 +32,7 @@ browser_to_create = browser_finder.FindBrowser(options) self._browser = browser_to_create.Create() + self._browser.Start() def __enter__(self):