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

Unified Diff: components/autofill/browser/autofill_manager_delegate.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 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/browser/autofill_manager_delegate.h
diff --git a/components/autofill/browser/autofill_manager_delegate.h b/components/autofill/browser/autofill_manager_delegate.h
index abcb421287c9b86991a834f28ce0c87a37c6d164..94520fb56fe44a3c521747bc29436a85479e64f8 100644
--- a/components/autofill/browser/autofill_manager_delegate.h
+++ b/components/autofill/browser/autofill_manager_delegate.h
@@ -8,6 +8,7 @@
#include <vector>
#include "base/callback_forward.h"
+#include "base/memory/ref_counted.h"
#include "base/string16.h"
namespace content {
@@ -29,6 +30,7 @@ namespace autofill {
class AutofillMetrics;
class AutofillPopupDelegate;
+class AutofillWebDataService;
class CreditCard;
class FormStructure;
class PasswordGenerator;
@@ -58,6 +60,9 @@ class AutofillManagerDelegate {
public:
virtual ~AutofillManagerDelegate() {}
+ // Gets the AutofillWebDataService instance associated with the delegate.
+ virtual scoped_refptr<AutofillWebDataService> GetAutofillWebDataService() = 0;
+
// Gets the PersonalDataManager instance associated with the delegate.
virtual PersonalDataManager* GetPersonalDataManager() = 0;

Powered by Google App Engine
This is Rietveld 408576698