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 d542f1d7391601674965ec4b0f7efa908d06aaa9..64932313e012a8854559d199f06e50adb0fb70af 100644 |
--- a/chrome/test/chromedriver/chrome/device_manager.cc |
+++ b/chrome/test/chromedriver/chrome/device_manager.cc |
@@ -56,8 +56,8 @@ Status Device::SetUp(const std::string& package, |
command_line_file = "/data/local/tmp/content-shell-command-line"; |
exec_name = "content_shell"; |
} else if (package.compare("org.chromium.chrome.shell") == 0) { |
- // Chromium test shell. |
- known_activity = ".ChromiumTestShellActivity"; |
+ // ChromeShell |
+ known_activity = ".ChromeShellActivity"; |
device_socket = "chromium_testshell_devtools_remote"; |
command_line_file = "/data/local/tmp/chromium-testshell-command-line"; |
exec_name = "chromium_testshell"; |