| Index: android_webview/lib/main/aw_main_delegate.cc
|
| diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
|
| index 02f030f24f937b5f29aee04109fcec689b40528a..5b79eb6ff2854d121859fba72c4300ac697a203e 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -72,9 +72,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| // File system API not supported (requires some new API; internal bug 6930981)
|
| cl->AppendSwitch(switches::kDisableFileSystem);
|
|
|
| - // Enable D-PAD navigation for application compatibility.
|
| - cl->AppendSwitch(switches::kEnableSpatialNavigation);
|
| -
|
| // Disable compositor touch hit testing for now to mitigate risk of bugs.
|
| cl->AppendSwitch(cc::switches::kDisableCompositorTouchHitTesting);
|
|
|
|
|