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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 10917269: Use a single flag for enabling experimental WebKit features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | « chrome/browser/about_flags.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 26db1b3340bb0952f0811ac9acc1bd568ee58c3b..3094e1c5ba2bacf3ebac39903e3d3509e3ab3da8 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -774,9 +774,9 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableWebSockets,
switches::kDomAutomationController,
switches::kEnableAccessibilityLogging,
- switches::kEnableCssExclusions,
switches::kEnableDCHECK,
switches::kEnableEncryptedMedia,
+ switches::kEnableExperimentalWebKitFeatures,
switches::kEnableFixedLayout,
switches::kEnableGPUServiceLogging,
switches::kEnableGPUClientLogging,
@@ -786,9 +786,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnablePartialSwap,
switches::kEnablePerTilePainting,
switches::kEnableRendererSideMixing,
- switches::kEnableShadowDOM,
switches::kEnableStrictSiteIsolation,
- switches::kEnableStyleScoped,
switches::kDisableFullScreen,
switches::kEnablePepperTesting,
switches::kEnablePointerLock,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698