| Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellApplication.java
|
| ===================================================================
|
| --- chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellApplication.java (revision 255816)
|
| +++ chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellApplication.java (working copy)
|
| @@ -75,8 +75,9 @@
|
| }
|
|
|
| public static void initCommandLine() {
|
| - if (!CommandLine.isInitialized())
|
| + if (!CommandLine.isInitialized()) {
|
| CommandLine.initFromFile(COMMAND_LINE_FILE);
|
| + }
|
| }
|
|
|
| @Override
|
|
|