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

Unified Diff: Source/web/WebViewImpl.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 | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 75b80d03d8e3ec48d6edda274e19277a46b5ce9c..5246661cf332cd01504346495b0c14f749a81179 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -156,7 +156,6 @@ public:
// WebView methods:
virtual void setMainFrame(WebFrame*) override;
- virtual void setAutofillClient(WebAutofillClient*) override;
virtual void setCredentialManagerClient(WebCredentialManagerClient*) override;
virtual void setDevToolsAgentClient(WebDevToolsAgentClient*) override;
virtual void setPrerendererClient(WebPrerendererClient*) override;
@@ -307,11 +306,6 @@ public:
return m_client;
}
- WebAutofillClient* autofillClient()
- {
- return m_autofillClient;
- }
-
WebSpellCheckClient* spellCheckClient()
{
return m_spellCheckClient;
@@ -604,7 +598,6 @@ private:
WebPlugin* focusedPluginIfInputMethodSupported(LocalFrame*);
WebViewClient* m_client; // Can be 0 (e.g. unittests, shared workers, etc.)
- WebAutofillClient* m_autofillClient;
WebSpellCheckClient* m_spellCheckClient;
ChromeClientImpl m_chromeClientImpl;
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698