| Index: trunk/src/android_webview/lib/main/aw_main_delegate.cc
|
| ===================================================================
|
| --- trunk/src/android_webview/lib/main/aw_main_delegate.cc (revision 222001)
|
| +++ trunk/src/android_webview/lib/main/aw_main_delegate.cc (working copy)
|
| @@ -64,6 +64,14 @@
|
| // 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;
|
| }
|
|
|
|
|