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

Unified Diff: build/android/flag_changer.py

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 | « no previous file | content/public/android/java/src/org/chromium/content/common/CommandLine.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/flag_changer.py
diff --git a/build/android/flag_changer.py b/build/android/flag_changer.py
index c681ae9dc82a73b99aaf79c4d53ed4eaa2783cfb..79fa073befe45f94f77a56b004e823072e4d3e15 100644
--- a/build/android/flag_changer.py
+++ b/build/android/flag_changer.py
@@ -7,7 +7,7 @@ import warnings
# Location where chrome reads command line flags from
-CHROME_COMMAND_FILE = '/data/local/chrome-command-line'
+CHROME_COMMAND_FILE = '/data/local/tmp/chrome-command-line'
class FlagChanger(object):
"""Changes the flags Chrome runs with.
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/common/CommandLine.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698