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

Unified Diff: base/android/java/src/org/chromium/base/CommandLine.java

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
« no previous file with comments | « no previous file | build/android/adb_gdb_chromium_testshell » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/CommandLine.java
diff --git a/base/android/java/src/org/chromium/base/CommandLine.java b/base/android/java/src/org/chromium/base/CommandLine.java
index 391aa977de018cc602c470c6db3a2e292819b66b..861c008318e026c260c8c94f1cb6c154bf7f90a9 100644
--- a/base/android/java/src/org/chromium/base/CommandLine.java
+++ b/base/android/java/src/org/chromium/base/CommandLine.java
@@ -22,7 +22,7 @@ import java.util.concurrent.atomic.AtomicReference;
* Java mirror of base/command_line.h.
* Android applications don't have command line arguments. Instead, they're "simulated" by reading a
* file at a specific location early during startup. Applications each define their own files, e.g.,
- * ContentShellActivity.COMMAND_LINE_FILE or ChromiumTestShellApplication.COMMAND_LINE_FILE.
+ * ContentShellActivity.COMMAND_LINE_FILE or ChromeShellApplication.COMMAND_LINE_FILE.
**/
public abstract class CommandLine {
// Public abstract interface, implemented in derived classes.
« no previous file with comments | « no previous file | build/android/adb_gdb_chromium_testshell » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698