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

Unified Diff: tools/telemetry/telemetry/tab_test_case.py

Issue 11360172: Added Tab.SnapshotContent and MapsGL example to telemetry (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressing feedback, moved maps test to different CL Created 8 years, 1 month 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
Index: tools/telemetry/telemetry/tab_test_case.py
diff --git a/tools/telemetry/telemetry/tab_test_case.py b/tools/telemetry/telemetry/tab_test_case.py
index cbd52d188c8a66ce7403d0f5d404932b43ad82ae..fe591fc75773b6637b45b1394218aa45d6325841 100644
--- a/tools/telemetry/telemetry/tab_test_case.py
+++ b/tools/telemetry/telemetry/tab_test_case.py
@@ -11,6 +11,7 @@ class TabTestCase(unittest.TestCase):
self._browser = None
self._tab = None
options = options_for_unittests.Get()
+ options.extra_browser_args.append('--enable-gpu-benchmarking')
nduca 2012/11/12 19:53:26 dont love this.... can you make the specific scree
browser_to_create = browser_finder.FindBrowser(options)
if not browser_to_create:
raise Exception('No browser found, cannot continue test.')

Powered by Google App Engine
This is Rietveld 408576698