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

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

Issue 18693005: Move AutofillMsg_ClearPreviewedForm IPC send to AutofillDriverImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 7 years, 5 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 d57e0d265bf9f99719775ad1a0f355056efb194c..dbfe4ef43d4cb67dd3e1bb6c4fcf55d6e287f5a3 100644
--- a/components/autofill/core/browser/test_autofill_driver.h
+++ b/components/autofill/core/browser/test_autofill_driver.h
@@ -31,7 +31,8 @@ class TestAutofillDriver : public AutofillDriver,
const FormData& data) OVERRIDE;
virtual void SendAutofillTypePredictionsToRenderer(
const std::vector<FormStructure*>& forms) OVERRIDE;
- virtual void RendererShouldClearForm() OVERRIDE;
+ virtual void RendererShouldClearFilledForm() OVERRIDE;
+ virtual void RendererShouldClearPreviewedForm() OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(TestAutofillDriver);

Powered by Google App Engine
This is Rietveld 408576698