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: |