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

Unified Diff: tools/profile_chrome/chrome_startup_controller.py

Issue 907443002: Add missing import in chrome_startup_controller.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profile_chrome/chrome_startup_controller.py
diff --git a/tools/profile_chrome/chrome_startup_controller.py b/tools/profile_chrome/chrome_startup_controller.py
index d685502eb50d53f3e1f9963ffeb4ba7d7479f44c..87353e3fbf4050c8b8c70c9246e268f54bcedb74 100644
--- a/tools/profile_chrome/chrome_startup_controller.py
+++ b/tools/profile_chrome/chrome_startup_controller.py
@@ -7,6 +7,7 @@ import re
import time
from pylib import flag_changer
+from pylib.device import intent
from pylib.perf import cache_control
from profile_chrome import controllers
@@ -39,7 +40,7 @@ class ChromeStartupTracingController(controllers.BaseController):
package=self._package_info.package,
activity=self._package_info.activity,
data=self._url,
- extras={'create_new_tab' : True}))
+ extras={'create_new_tab' : True}), blocking=True)
def _TearDownTracing(self):
changer = flag_changer.FlagChanger(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698