Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / browser / test_autofill_driver.cc
index 32fbfc9..ad796c0 100644 (file)
@@ -34,11 +34,8 @@ bool TestAutofillDriver::RendererIsAvailable() {
   return true;
 }
 
-void TestAutofillDriver::SetRendererActionOnFormDataReception(
-    RendererFormDataAction action) {
-}
-
 void TestAutofillDriver::SendFormDataToRenderer(int query_id,
+                                                RendererFormDataAction action,
                                                 const FormData& form_data) {
 }
 
@@ -50,10 +47,6 @@ void TestAutofillDriver::RendererShouldAcceptDataListSuggestion(
     const base::string16& value) {
 }
 
-void TestAutofillDriver::RendererShouldAcceptPasswordAutofillSuggestion(
-    const base::string16& username) {
-}
-
 void TestAutofillDriver::RendererShouldClearFilledForm() {
 }
 
@@ -65,7 +58,11 @@ void TestAutofillDriver::SetURLRequestContext(
   url_request_context_ = url_request_context;
 }
 
-void TestAutofillDriver::RendererShouldSetNodeText(
+void TestAutofillDriver::RendererShouldFillFieldWithValue(
+    const base::string16& value) {
+}
+
+void TestAutofillDriver::RendererShouldPreviewFieldWithValue(
     const base::string16& value) {
 }