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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc

Issue 17052008: [Autofill] Remove the "Disable native Autofill UI" flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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/android/tab_android.cc ('k') | chrome/browser/ui/browser_tab_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
index b032268a12ad5139d33c81eacfab4199b709a1b6..a64586306e052153cc06140fcf3a1564443db66a 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
@@ -161,8 +161,7 @@ class AutofillPopupControllerUnitTest : public ChromeRenderViewHostTestHarness {
web_contents(),
manager_delegate_.get(),
"en-US",
- AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER,
- false);
+ AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER);
AutofillDriverImpl* driver =
AutofillDriverImpl::FromWebContents(web_contents());
external_delegate_.reset(
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/browser/ui/browser_tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698