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

Unified Diff: content/public/android/java/src/org/chromium/content/common/CommandLine.java

Issue 11187065: [Android] Move command line flag file (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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 | « build/android/pylib/flag_changer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/common/CommandLine.java
diff --git a/content/public/android/java/src/org/chromium/content/common/CommandLine.java b/content/public/android/java/src/org/chromium/content/common/CommandLine.java
index db6f5e65969b4d88db24695fe66acc10d220c0cd..0e7073d5425240a8f3246e013e69097e57f10222 100644
--- a/content/public/android/java/src/org/chromium/content/common/CommandLine.java
+++ b/content/public/android/java/src/org/chromium/content/common/CommandLine.java
@@ -21,7 +21,7 @@ import java.util.concurrent.atomic.AtomicReference;
/**
* Java mirror of Chrome command-line utilities (e.g. class CommandLine from base/command_line.h).
* Command line program adb_command_line can be used to set the Chrome command line:
- * adb shell "echo chrome --my-param > /data/local/tmp/chrome-command-line"
+ * adb shell "echo chrome --my-param > /data/local/chrome-command-line"
*/
public abstract class CommandLine {
// Block onCreate() of Chrome until a Java debugger is attached.
« no previous file with comments | « build/android/pylib/flag_changer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698