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

Unified Diff: trunk/src/tools/perf/perf_tools/histogram_metric.py

Issue 16160006: Revert 202620 "Collect tab timing information for use in telemen..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
Index: trunk/src/tools/perf/perf_tools/histogram_metric.py
===================================================================
--- trunk/src/tools/perf/perf_tools/histogram_metric.py (revision 202661)
+++ trunk/src/tools/perf/perf_tools/histogram_metric.py (working copy)
@@ -36,7 +36,7 @@
return 'getHistogram'
def _GetHistogramFromDomAutomation(self, tab):
- js = ('window.statsCollectionController.%s ? '
- 'window.statsCollectionController.%s("%s") : ""' %
+ js = ('window.domAutomationController.%s ? '
+ 'window.domAutomationController.%s("%s") : ""' %
(self.histogram_function, self.histogram_function, self.name))
return tab.EvaluateJavaScript(js)
« no previous file with comments | « trunk/src/content/renderer/stats_collection_observer.cc ('k') | trunk/src/tools/perf/perf_tools/memory_measurement.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698