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

Unified Diff: chrome/renderer/chrome_render_process_observer.cc

Issue 197333008: move rAc from behind flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 450f1cdf0e142087d63521a076b5f6a6fc9435ea..f482e30fbf3f46cca2a72f217b8728b008969ef9 100644
--- a/chrome/renderer/chrome_render_process_observer.cc
+++ b/chrome/renderer/chrome_render_process_observer.cc
@@ -259,11 +259,7 @@ ChromeRenderProcessObserver::ChromeRenderProcessObserver(
}
#if defined(ENABLE_AUTOFILL_DIALOG)
Ilya Sherman 2014/03/26 03:57:50 Is this #define still needed?
Evan Stade 2014/03/26 17:41:59 For now yes, I believe, for example it's false on
- bool enable_autofill = !command_line.HasSwitch(
- autofill::switches::kDisableInteractiveAutocomplete);
- WebRuntimeFeatures::enableRequestAutocomplete(
- enable_autofill ||
- command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures));
+ WebRuntimeFeatures::enableRequestAutocomplete(true);
Ilya Sherman 2014/03/26 03:57:50 Is this method still needed?
Evan Stade 2014/03/26 17:41:59 Yes, as long as ENABLE_AUTOFILL_DIALOG exists
#endif
RenderThread* thread = RenderThread::Get();
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | components/autofill/core/common/autofill_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698