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

Unified Diff: chrome/renderer/chrome_render_process_observer.cc

Issue 14940009: Rename the "Experimental WebKit Features" flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed one. Created 7 years, 7 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
Index: chrome/renderer/chrome_render_process_observer.cc
diff --git a/chrome/renderer/chrome_render_process_observer.cc b/chrome/renderer/chrome_render_process_observer.cc
index 3987c4a22d335fc0b9aadc815253883340fe1d7a..f739858c0811f6d290745ba15fffdf1f66f2051d 100644
--- a/chrome/renderer/chrome_render_process_observer.cc
+++ b/chrome/renderer/chrome_render_process_observer.cc
@@ -166,7 +166,7 @@ ChromeRenderProcessObserver::ChromeRenderProcessObserver(
#if defined(ENABLE_AUTOFILL_DIALOG)
WebRuntimeFeatures::enableRequestAutocomplete(
command_line.HasSwitch(switches::kEnableInteractiveAutocomplete) ||
- command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures));
+ command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures));
#endif
RenderThread* thread = RenderThread::Get();

Powered by Google App Engine
This is Rietveld 408576698