Index: content/shell/android/shell_manager.cc |
diff --git a/content/shell/android/shell_manager.cc b/content/shell/android/shell_manager.cc |
index 4d11578724f2a48ce5b8dd445001611f651a1b04..3a22db00917c91d7ac14b9117e88329574878b0b 100644 |
--- a/content/shell/android/shell_manager.cc |
+++ b/content/shell/android/shell_manager.cc |
@@ -63,7 +63,6 @@ void LaunchShell(JNIEnv* env, jclass clazz, jstring jurl) { |
Shell::CreateNewWindow(browserContext, |
url, |
NULL, |
- MSG_ROUTING_NONE, |
gfx::Size()); |
} |