OSDN Git Service

Merge Chromium at r66597: AutoFill: no more queryId
[android-x86/external-webkit.git] / WebKit / android / WebCoreSupport / autofill / WebAutoFill.h
index 422129f..4025b5a 100644 (file)
@@ -58,7 +58,7 @@ public:
     void searchDocument(WebCore::Frame*);
     void formFieldFocused(WebCore::HTMLFormControlElement*);
     void fillFormFields(int queryId);
-    void querySuccessful(int queryId, const string16& value, const string16& label, int uniqueId);
+    void querySuccessful(const string16& value, const string16& label, int uniqueId);
     void fillFormInPage(int queryId, const webkit_glue::FormData& form);
     void setWebViewCore(WebViewCore* webViewCore) { mWebViewCore = webViewCore; }
     bool enabled() const;