summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r--chrome/browser/autofill/autofill_manager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index 2092457..2acfbba 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -23,6 +23,7 @@
#include "base/time.h"
#include "chrome/browser/api/sync/profile_sync_service_observer.h"
#include "chrome/browser/autofill/autocheckout_manager.h"
+#include "chrome/browser/autofill/autocheckout_page_meta_data.h"
#include "chrome/browser/autofill/autocomplete_history_manager.h"
#include "chrome/browser/autofill/autofill_download.h"
#include "chrome/browser/autofill/autofill_manager_delegate.h"
@@ -386,6 +387,10 @@ class AutofillManager : public content::WebContentsObserver,
// Our copy of the form data.
ScopedVector<FormStructure> form_structures_;
+ // To be passed to FormStructure::ParseQueryResponse to gather the page meta
+ // data.
+ autofill::AutocheckoutPageMetaData page_meta_data_;
+
// GUID to ID mapping. We keep two maps to convert back and forth.
mutable std::map<PersonalDataManager::GUIDPair, int> guid_id_map_;
mutable std::map<int, PersonalDataManager::GUIDPair> id_guid_map_;