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

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

Issue 1117953005: Remove FileSystem runtime flag for chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove all kDisableFileSystem Created 5 years, 8 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 | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 852081619f39e60952835d7157d8a053060609e0..3c5ca025523a7b2ffdbd1aefbd585681b8df4560 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -71,9 +71,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
// Not yet supported in single-process mode.
cl->AppendSwitch(switches::kDisableSharedWorkers);
- // File system API not supported (requires some new API; internal bug 6930981)
- cl->AppendSwitch(switches::kDisableFileSystem);
-
// Web Notification API and the Push API are not supported (crbug.com/434712)
cl->AppendSwitch(switches::kDisableNotifications);
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698