diff options
author | dfalcantara@chromium.org <dfalcantara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-20 00:05:35 +0000 |
---|---|---|
committer | dfalcantara@chromium.org <dfalcantara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-20 00:05:35 +0000 |
commit | 733a6d2bb4ff32efcccf9ac3c1c14893bb1386c1 (patch) | |
tree | 2b46852a65c35fab421069378a9261bfa4d16e9e /android_webview | |
parent | c2c82961dfa96bbb9f4a5deec3eaf68309814e1b (diff) | |
download | chromium_src-733a6d2bb4ff32efcccf9ac3c1c14893bb1386c1.zip chromium_src-733a6d2bb4ff32efcccf9ac3c1c14893bb1386c1.tar.gz chromium_src-733a6d2bb4ff32efcccf9ac3c1c14893bb1386c1.tar.bz2 |
[Android] Move command line flag file
Move the command line flag file from /data/local/tmp to /data/local
BUG=143146
Review URL: https://chromiumcodereview.appspot.com/11187065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 fc42b175..786e8264 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. |