Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
index eed8c879e54fd5de33966558899f934d40ff2d52..ee048bacb069889d17067471ccc3ea49db8604c9 100644 |
--- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
+++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
@@ -79,7 +79,7 @@ |
mShellManager.setStartupUrl(Shell.sanitizeUrl(startupUrl)); |
} |
- if (CommandLine.getInstance().hasSwitch(ContentSwitches.RUN_LAYOUT_TEST)) { |
+ if (CommandLine.getInstance().hasSwitch(ContentSwitches.DUMP_RENDER_TREE)) { |
try { |
BrowserStartupController.get(this).startBrowserProcessesSync(false); |
} catch (ProcessInitException e) { |