| Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
|
| diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
|
| index bac071fe1f295866b0a6b7db013f003921cf1480..b1d0757f21a531cb1514b181c2ae9b2e4a2bc24c 100644
|
| --- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
|
| +++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java
|
| @@ -27,7 +27,7 @@ public class AwShellApplication extends Application {
|
|
|
| AwShellResourceProvider.registerResources(this);
|
|
|
| - CommandLine.initFromFile("/data/local/chrome-command-line");
|
| + CommandLine.initFromFile("/data/local/tmp/android-webview-command-line");
|
|
|
| if (CommandLine.getInstance().hasSwitch(CommandLine.WAIT_FOR_JAVA_DEBUGGER)) {
|
| Log.e(TAG, "Waiting for Java debugger to connect...");
|
|
|