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

Unified Diff: public/web/WebView.h

Issue 707723002: Refactor Autofill for OOPIF (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: more stuff Created 6 years, 1 month 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
« no previous file with comments | « public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 24e3557c9a27be1eaf6e129e68831b48ab76ae00..55e0c351d126c06dd1fa1f7e8e2ec9892913ad1e 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -43,7 +43,6 @@
namespace blink {
class WebAXObject;
-class WebAutofillClient;
class WebCredentialManagerClient;
class WebDevToolsAgent;
class WebDevToolsAgentClient;
@@ -95,7 +94,6 @@ public:
virtual void setMainFrame(WebFrame*) = 0;
// Initializes the various client interfaces.
- virtual void setAutofillClient(WebAutofillClient*) = 0;
virtual void setCredentialManagerClient(WebCredentialManagerClient*) = 0;
virtual void setDevToolsAgentClient(WebDevToolsAgentClient*) = 0;
virtual void setPrerendererClient(WebPrerendererClient*) = 0;
« no previous file with comments | « public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698