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

Unified Diff: chrome/renderer/chrome_render_process_observer.cc

Issue 12330059: Enable autofill dialog codepath on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #if defined(X) instead of #if X; removed unused grit section. Created 7 years, 10 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 07ab3f956aa9cae3acf0e44d62ff18ed722630fa..4ca1cdef4c130a3ea4ae9fd4813f8d7aa75499ba 100644
--- a/chrome/renderer/chrome_render_process_observer.cc
+++ b/chrome/renderer/chrome_render_process_observer.cc
@@ -169,7 +169,7 @@ ChromeRenderProcessObserver::ChromeRenderProcessObserver(
base::StatisticsRecorder::set_dump_on_exit(true);
}
-#if defined(TOOLKIT_VIEWS)
+#if defined(ENABLE_AUTOFILL_DIALOG)
WebRuntimeFeatures::enableRequestAutocomplete(
command_line.HasSwitch(switches::kEnableInteractiveAutocomplete) ||
command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures));
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698