Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / common / importer / importer_bridge.h
index c0903ff..3e6dbde 100644 (file)
@@ -18,6 +18,7 @@
 class GURL;
 struct ImportedBookmarkEntry;
 struct ImportedFaviconUsage;
+struct ImporterAutofillFormDataEntry;
 
 namespace autofill {
 struct PasswordForm;
@@ -63,6 +64,9 @@ class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> {
 
   virtual void SetPasswordForm(const autofill::PasswordForm& form) = 0;
 
+  virtual void SetAutofillFormData(
+      const std::vector<ImporterAutofillFormDataEntry>& entries) = 0;
+
   // Notifies the coordinator that the import operation has begun.
   virtual void NotifyStarted() = 0;