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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.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 | « no previous file | build/android/pylib/flag_changer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
index fc42b1751877cd144b310ae5e09973ec59dcde3f..786e82641db2f4b44802d2528c1c62c9856e079c 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
@@ -33,7 +33,7 @@ public class AndroidWebViewTestRunnerApplication extends Application {
/** Handles initializing the common application parameters. */
private static void initializeApplicationParameters() {
- CommandLine.initFromFile("/data/local/tmp/chrome-command-line");
+ CommandLine.initFromFile("/data/local/chrome-command-line");
PathUtils.setPrivateDataDirectorySuffix(PRIVATE_DATA_DIRECTORY_SUFFIX);
// We don't need to extract any paks because for WebView, they are
// in the system image.
« no previous file with comments | « no previous file | build/android/pylib/flag_changer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698