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

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: 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
« build/common.gypi ('K') | « 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..6ff0598746106d283f51b9ab672bf109a893f664 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 ENABLE_AUTOFILL_DIALOG
Dan Beam 2013/02/21 22:29:01 should this be: #if defined(ENABLE_AUTOFILL_DIA
aruslan 2013/02/21 22:49:28 #if defined(ENABLE_AUTOFILL_DIALOG) it is, support
WebRuntimeFeatures::enableRequestAutocomplete(
command_line.HasSwitch(switches::kEnableInteractiveAutocomplete) ||
command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures));
« build/common.gypi ('K') | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698