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

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

Issue 10693093: [Android] Fix command line path in flag_changer.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also fix up stale comment in CommandLine.java Created 8 years, 5 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/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 805d2c4c0b0060a55a692c419423f59dbe20f133..b6fcdbd09d14c83d0073db4c8834f1ecd67f867b 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
@@ -20,7 +20,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/chrome-command-line"
+ * adb shell "echo chrome --my-param > /data/local/tmp/chrome-command-line"
*/
public abstract class CommandLine {
// Block onCreate() of Chrome until a Java debugger is attached.
« no previous file with comments | « build/android/flag_changer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698