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

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Return nullptr for CreateInfoBar() in test_autofill_client.cc. Created 6 years 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: components/autofill/core/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index 326dd8b2cfe120cbfdb66c96ca5839dd26baa665..91208fab2db87b5b939f3b6191aeb12536d81724 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -132,6 +132,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
void RequestAutocompleteDialogClosed();
AutofillClient* client() const { return client_; }
+ AutofillDriver* driver() { return driver_; }
const std::string& app_locale() const { return app_locale_; }

Powered by Google App Engine
This is Rietveld 408576698