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

Unified Diff: components/autofill/core/browser/test_autofill_driver.h

Issue 18563002: Move SendAutofillTypePredictions() into AutofillDriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Response to review Created 7 years, 6 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/core/browser/test_autofill_driver.h
diff --git a/components/autofill/core/browser/test_autofill_driver.h b/components/autofill/core/browser/test_autofill_driver.h
index b451dd0de2c1ab25c6f7d372f7f3e7c6418ffdca..3bf20e63f79e5d9e61c50708f0140087776bd6ea 100644
--- a/components/autofill/core/browser/test_autofill_driver.h
+++ b/components/autofill/core/browser/test_autofill_driver.h
@@ -27,6 +27,8 @@ class TestAutofillDriver : public AutofillDriver,
virtual bool RendererIsAvailable() OVERRIDE;
virtual void SendFormDataToRenderer(int query_id,
const FormData& data) OVERRIDE;
+ virtual void SendAutofillTypePredictionsToRenderer(
+ const std::vector<FormStructure*>& forms) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(TestAutofillDriver);
« no previous file with comments | « components/autofill/core/browser/autofill_manager.cc ('k') | components/autofill/core/browser/test_autofill_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698