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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents.cc

Issue 11193052: Add flags for new Autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simpler Android code path Created 8 years, 2 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/browser/ui/tab_contents/tab_contents.cc
diff --git a/chrome/browser/ui/tab_contents/tab_contents.cc b/chrome/browser/ui/tab_contents/tab_contents.cc
index 4b683349122d2251df0ad102f098d406e43f692b..f8ad0a26ff33541b247eb80a834ce6b064a1a298 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.cc
+++ b/chrome/browser/ui/tab_contents/tab_contents.cc
@@ -118,7 +118,7 @@ TabContents::TabContents(WebContents* contents)
AutofillManager::CreateForWebContentsAndDelegate(
contents, TabAutofillManagerDelegate::FromWebContents(contents));
if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kExternalAutofillPopup)) {
+ switches::kEnableNewAutofillUi)) {
AutofillExternalDelegate::CreateForWebContentsAndManager(
contents, AutofillManager::FromWebContents(contents));
AutofillManager::FromWebContents(contents)->SetExternalDelegate(

Powered by Google App Engine
This is Rietveld 408576698