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

Unified Diff: components/autofill/content/browser/autofill_driver_impl.h

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/common/chrome_switches.cc ('k') | components/autofill/content/browser/autofill_driver_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/autofill_driver_impl.h
diff --git a/components/autofill/content/browser/autofill_driver_impl.h b/components/autofill/content/browser/autofill_driver_impl.h
index b57729328b22dd0871937934037d9396aa5274f7..6181b80cc4f961a373f2e1543ae5387193f17b24 100644
--- a/components/autofill/content/browser/autofill_driver_impl.h
+++ b/components/autofill/content/browser/autofill_driver_impl.h
@@ -38,8 +38,7 @@ class AutofillDriverImpl : public AutofillDriver,
content::WebContents* contents,
autofill::AutofillManagerDelegate* delegate,
const std::string& app_locale,
- AutofillManager::AutofillDownloadManagerState enable_download_manager,
- bool enable_native_ui);
+ AutofillManager::AutofillDownloadManagerState enable_download_manager);
static AutofillDriverImpl* FromWebContents(content::WebContents* contents);
// AutofillDriver:
@@ -61,8 +60,7 @@ class AutofillDriverImpl : public AutofillDriver,
content::WebContents* web_contents,
autofill::AutofillManagerDelegate* delegate,
const std::string& app_locale,
- AutofillManager::AutofillDownloadManagerState enable_download_manager,
- bool enable_native_ui);
+ AutofillManager::AutofillDownloadManagerState enable_download_manager);
virtual ~AutofillDriverImpl();
// content::WebContentsObserver:
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/autofill/content/browser/autofill_driver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698