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

Unified Diff: trunk/src/tools/telemetry/telemetry/core/chrome/browser_backend.py

Issue 16133005: Revert 202250 "[Telemetry] Make telemetry faster on win7." (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
« no previous file with comments | « no previous file | trunk/src/tools/telemetry/telemetry/core/chrome/tracing_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/telemetry/telemetry/core/chrome/browser_backend.py
===================================================================
--- trunk/src/tools/telemetry/telemetry/core/chrome/browser_backend.py (revision 202583)
+++ trunk/src/tools/telemetry/telemetry/core/chrome/browser_backend.py (working copy)
@@ -179,7 +179,7 @@
self._chrome_branch_number = 1025
def Request(self, path, timeout=None):
- url = 'http://127.0.0.1:%i/json' % self._port
+ url = 'http://localhost:%i/json' % self._port
if path:
url += '/' + path
req = urllib2.urlopen(url, timeout=timeout)
« no previous file with comments | « no previous file | trunk/src/tools/telemetry/telemetry/core/chrome/tracing_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698