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

Unified Diff: components/autofill/content/browser/autofill_driver_impl.h

Issue 17572015: Begin abstracting sending of IPC from autofill core code. (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/content/browser/autofill_driver_impl.h
diff --git a/components/autofill/content/browser/autofill_driver_impl.h b/components/autofill/content/browser/autofill_driver_impl.h
index c8c852b0fde62f200576318297caf4d1e97360c2..0eed85fb8091509d873d6bdd56e768924e452327 100644
--- a/components/autofill/content/browser/autofill_driver_impl.h
+++ b/components/autofill/content/browser/autofill_driver_impl.h
@@ -43,6 +43,9 @@ class AutofillDriverImpl : public AutofillDriver,
// AutofillDriver:
virtual content::WebContents* GetWebContents() OVERRIDE;
+ virtual bool RendererIsAvailable() OVERRIDE;
+ virtual void SendFormDataToRenderer(int query_id,
+ const FormData& data) OVERRIDE;
AutofillExternalDelegate* autofill_external_delegate() {
return autofill_external_delegate_.get();

Powered by Google App Engine
This is Rietveld 408576698