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

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

Issue 11360172: Added Tab.SnapshotContent and MapsGL example to telemetry (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merged with master 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/inspector_page.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/inspector_console.py
diff --git a/tools/telemetry/telemetry/inspector_console.py b/tools/telemetry/telemetry/inspector_console.py
index b9ea024e673c7bf4cfc4e49ed742589887f53f68..89811ff7b482dfd5ec41370351c3f5ef5bb9c61e 100644
--- a/tools/telemetry/telemetry/inspector_console.py
+++ b/tools/telemetry/telemetry/inspector_console.py
@@ -5,7 +5,8 @@ import json
import logging
class InspectorConsole(object):
- def __init__(self, inspector_backend):
+ def __init__(self, inspector_backend, tab):
+ self._tab = tab
self._inspector_backend = inspector_backend
self._inspector_backend.RegisterDomain(
'Console',
« no previous file with comments | « no previous file | tools/telemetry/telemetry/inspector_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698