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

Unified Diff: chrome/browser/autofill/autofill_manager_unittest.cc

Issue 11193052: Add flags for new Autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/autofill/autofill_manager_unittest.cc
diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
index 284bf9bef4ae1097c6b587c13b116ff690ff8c6f..6b3e6a196e0b1878e2b4a69277e5f396bbc048e5 100644
--- a/chrome/browser/autofill/autofill_manager_unittest.cc
+++ b/chrome/browser/autofill/autofill_manager_unittest.cc
@@ -3123,7 +3123,7 @@ TEST_F(AutofillManagerTest, TestExternalDelegate) {
// an external delegate was set in the proper structures.
TEST_F(AutofillManagerTest, TestTabContentsWithExternalDelegate) {
CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kExternalAutofillPopup);
+ switches::kEnableNewAutofillUi);
// Setting the contents creates a new TabContents.
WebContents* contents = CreateTestWebContents();

Powered by Google App Engine
This is Rietveld 408576698