Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: trunk/src/android_webview/lib/main/aw_main_delegate.cc

Issue 23494033: Revert 221946 "[Android WebView] Enable spatial navigation / DPAD" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/android_webview/lib/main/aw_main_delegate.cc
===================================================================
--- trunk/src/android_webview/lib/main/aw_main_delegate.cc (revision 221988)
+++ trunk/src/android_webview/lib/main/aw_main_delegate.cc (working copy)
@@ -64,14 +64,6 @@
// Ganesh backed 2D-Canvas is not yet working and causes crashes.
cl->AppendSwitch(switches::kDisableAccelerated2dCanvas);
- // File system API not supported (requires some new API; internal bug 6930981)
- // TODO(joth): export and use switches::kDisableFileSystem
- cl->AppendSwitch("disable-file-system");
-
- // Enable D-PAD navigation for application compatibility.
- // TODO(joth): export and use switches::EnableSpatialNavigation.
- cl->AppendSwitch("enable-spatial-navigation");
-
return false;
}
« no previous file with comments | « trunk/src/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698