We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f9375 commit 332b11bCopy full SHA for 332b11b
android_webview/lib/aw_main_delegate.cc
@@ -109,12 +109,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
109
// metadata and controls.
110
cl->AppendSwitch(switches::kDisableMediaSessionAPI);
111
112
- // Enable PlzNavigate (browser-side navigation) by default for WebView before
113
- // launch.
114
- // TODO(ntfschr): remove this once PlzNavigate is enabled by default on trunk
115
- // (crbug/765250).
116
- cl->AppendSwitch(switches::kEnableBrowserSideNavigation);
117
-
118
#if defined(V8_USE_EXTERNAL_STARTUP_DATA)
119
if (cl->GetSwitchValueASCII(switches::kProcessType).empty()) {
120
// Browser process (no type specified).
0 commit comments