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

Unified Diff: content/browser/worker_host/worker_process_host.cc

Issue 14940009: Rename the "Experimental WebKit Features" flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 5 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 | « content/browser/web_contents/web_contents_impl.cc ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/worker_host/worker_process_host.cc
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
index 0e394385c46f2565d133a81f5d8b1f74d1294207..5ba507eeb21b776996362b1225eca54f7cec56b2 100644
--- a/content/browser/worker_host/worker_process_host.cc
+++ b/content/browser/worker_host/worker_process_host.cc
@@ -175,7 +175,7 @@ bool WorkerProcessHost::Init(int render_process_id) {
#endif
switches::kDisableFileSystem,
switches::kDisableSeccompFilterSandbox,
- switches::kEnableExperimentalWebKitFeatures,
+ switches::kEnableExperimentalWebPlatformFeatures,
#if defined(OS_MACOSX)
switches::kEnableSandboxLogging,
#endif
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698