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

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

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bool fix Created 4 years, 5 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: 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 4b906a5a8f65aea79ea8c5802c8e643a147b3304..3c83fff1cd36a1bc95c8f26f5132e539d3379cde 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -20,6 +20,7 @@
#include "base/strings/string16.h"
#include "base/time/time.h"
#include "build/build_config.h"
+#include "components/autofill/core/browser/assist_manager.h"
#include "components/autofill/core/browser/autocomplete_history_manager.h"
#include "components/autofill/core/browser/autofill_client.h"
#include "components/autofill/core/browser/autofill_download_manager.h"
@@ -251,7 +252,6 @@ class AutofillManager : public AutofillDownloadManager::Observer,
ScopedVector<FormStructure>* form_structures() { return &form_structures_; }
- protected:
// Exposed for testing.
AutofillExternalDelegate* external_delegate() {
return external_delegate_;
@@ -535,6 +535,8 @@ class AutofillManager : public AutofillDownloadManager::Observer,
// Delegate used in test to get notifications on certain events.
AutofillManagerTestDelegate* test_delegate_;
+ AssistManager assist_manager_;
+
base::WeakPtrFactory<AutofillManager> weak_ptr_factory_;
friend class AutofillManagerTest;

Powered by Google App Engine
This is Rietveld 408576698