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: chrome/test/chromedriver/chrome/device_manager.cc

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix py lint Created 6 years, 10 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 | « chrome/chrome_tests.gypi ('k') | tools/cr/cr/targets/chromium_testshell.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/device_manager.cc
diff --git a/chrome/test/chromedriver/chrome/device_manager.cc b/chrome/test/chromedriver/chrome/device_manager.cc
index 7dd9857584080da77b4f3a452dba5f14c66e8688..d542f1d7391601674965ec4b0f7efa908d06aaa9 100644
--- a/chrome/test/chromedriver/chrome/device_manager.cc
+++ b/chrome/test/chromedriver/chrome/device_manager.cc
@@ -55,7 +55,7 @@ Status Device::SetUp(const std::string& package,
device_socket = "content_shell_devtools_remote";
command_line_file = "/data/local/tmp/content-shell-command-line";
exec_name = "content_shell";
- } else if (package.compare("org.chromium.chrome.testshell") == 0) {
+ } else if (package.compare("org.chromium.chrome.shell") == 0) {
// Chromium test shell.
known_activity = ".ChromiumTestShellActivity";
device_socket = "chromium_testshell_devtools_remote";
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/cr/cr/targets/chromium_testshell.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698