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

Unified Diff: tools/telemetry/telemetry/tab.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
« no previous file with comments | « tools/telemetry/telemetry/system_stub.py ('k') | tools/telemetry/telemetry/tab_crash_exception.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/tab.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/tab.py b/tools/telemetry/telemetry/tab.py
similarity index 91%
rename from tools/chrome_remote_control/chrome_remote_control/tab.py
rename to tools/telemetry/telemetry/tab.py
index da6061fa0a708ecae246290e01b43631ebe56e2d..527a2e00fb94aea172a4d30a64c7a9106a2856e4 100644
--- a/tools/chrome_remote_control/chrome_remote_control/tab.py
+++ b/tools/telemetry/telemetry/tab.py
@@ -1,10 +1,10 @@
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from chrome_remote_control import inspector_console
-from chrome_remote_control import inspector_page
-from chrome_remote_control import inspector_runtime
-from chrome_remote_control import util
+from telemetry import inspector_console
+from telemetry import inspector_page
+from telemetry import inspector_runtime
+from telemetry import util
DEFAULT_TAB_TIMEOUT = 60
« no previous file with comments | « tools/telemetry/telemetry/system_stub.py ('k') | tools/telemetry/telemetry/tab_crash_exception.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698