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

Unified Diff: chrome/browser/devtools/devtools_adb_bridge.cc

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing import Created 6 years, 9 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
Index: chrome/browser/devtools/devtools_adb_bridge.cc
diff --git a/chrome/browser/devtools/devtools_adb_bridge.cc b/chrome/browser/devtools/devtools_adb_bridge.cc
index 7140b8dc1fdc5a9fbb0176a1a3760e1b72a7ea50..824d07eea1789fc36dd10cb38878afcc0506bc6b 100644
--- a/chrome/browser/devtools/devtools_adb_bridge.cc
+++ b/chrome/browser/devtools/devtools_adb_bridge.cc
@@ -114,7 +114,7 @@ const BrowserDescriptor kBrowserDescriptors[] = {
},
{
"org.chromium.chrome.shell",
- "chromium_testshell_devtools_remote",
+ "chrome_shell_devtools_remote",
mnaganov (inactive) 2014/03/07 09:23:18 I think you need to leave the old name and add the
aurimas (slooooooooow) 2014/03/07 18:06:09 Do we really care to support this use case? Chrome
mnaganov (inactive) 2014/03/10 08:37:44 Hmm, maybe not. OK, let's avoid polluting this lis
aurimas (slooooooooow) 2014/03/11 16:20:46 I removed the old chromium_testshell from the list
"Chrome Shell"
},
{

Powered by Google App Engine
This is Rietveld 408576698