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

Unified Diff: public/web/WebView.h

Issue 737853002: Refactor Autofill for OOPIF, step 1: add autofillClient to WebLocalFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« Source/web/ChromeClientImpl.cpp ('K') | « 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..27677a938f2ec0f64707042c7c98d1e14a65bb73 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -95,6 +95,7 @@ public:
virtual void setMainFrame(WebFrame*) = 0;
// Initializes the various client interfaces.
+ // FIXME: remove.
virtual void setAutofillClient(WebAutofillClient*) = 0;
virtual void setCredentialManagerClient(WebCredentialManagerClient*) = 0;
virtual void setDevToolsAgentClient(WebDevToolsAgentClient*) = 0;
« Source/web/ChromeClientImpl.cpp ('K') | « public/web/WebLocalFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698