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

Unified Diff: build/android/pylib/flag_changer.py

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
Index: build/android/pylib/flag_changer.py
diff --git a/build/android/pylib/flag_changer.py b/build/android/pylib/flag_changer.py
index 6210561568cc776dd64c2741ca8174e749967217..8b8dbca59055f4a4c7ac1005fd95669ef599dd11 100644
--- a/build/android/pylib/flag_changer.py
+++ b/build/android/pylib/flag_changer.py
@@ -8,7 +8,7 @@ import warnings
# Location where chrome reads command line flags from
-CHROME_COMMAND_FILE = constants.TEST_EXECUTABLE_DIR + '/chrome-command-line'
+CHROME_COMMAND_FILE = '/data/local/chrome-command-line'
class FlagChanger(object):
"""Changes the flags Chrome runs with.

Powered by Google App Engine
This is Rietveld 408576698