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

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

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/form_based_credentials_backend.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/form_based_credentials_backend.py b/tools/telemetry/telemetry/form_based_credentials_backend.py
similarity index 95%
rename from tools/chrome_remote_control/chrome_remote_control/form_based_credentials_backend.py
rename to tools/telemetry/telemetry/form_based_credentials_backend.py
index 4876415b83a2873192315b30a0319dd1b962bdcf..6a21cb80026cbea615b5deda3bdc39865f41ac3e 100644
--- a/tools/chrome_remote_control/chrome_remote_control/form_based_credentials_backend.py
+++ b/tools/telemetry/telemetry/form_based_credentials_backend.py
@@ -4,8 +4,8 @@
import logging
-import chrome_remote_control
-from chrome_remote_control import util
+import telemetry
+from telemetry import util
def _WaitForFormToLoad(form_id, tab):
def IsFormLoaded():
@@ -84,7 +84,7 @@ class FormBasedCredentialsBackend(object):
self._logged_in = True
return True
- except chrome_remote_control.TimeoutException:
+ except telemetry.TimeoutException:
logging.warning('Timed out while loading: %s', self.url)
return False
« no previous file with comments | « tools/telemetry/telemetry/facebook_credentials_backend.py ('k') | tools/telemetry/telemetry/google_credentials_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698