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

Unified Diff: chrome/browser/android/dev_tools_server.cc

Issue 184993005: Rename ChromiumTestShell classes to ChromeShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase yet again 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
Index: chrome/browser/android/dev_tools_server.cc
diff --git a/chrome/browser/android/dev_tools_server.cc b/chrome/browser/android/dev_tools_server.cc
index 0f009a9ceef17a1350e65dc35c13ac9fa308fb45..8d033d3c74488c8be880495b63d9c96de5ae39da 100644
--- a/chrome/browser/android/dev_tools_server.cc
+++ b/chrome/browser/android/dev_tools_server.cc
@@ -213,7 +213,7 @@ class NonTabTarget : public TargetBase {
virtual std::string GetType() const OVERRIDE {
if (TabModelList::begin() == TabModelList::end()) {
- // If there are no tab models we must be running in ChromiumTestShell.
+ // If there are no tab models we must be running in ChromeShell.
// Return the 'page' target type for backwards compatibility.
return kTargetTypePage;
}

Powered by Google App Engine
This is Rietveld 408576698