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

Unified Diff: public/web/WebView.h

Issue 488993003: Credential Manager: Migrate to WebView client-based approach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: feedback. Created 6 years, 4 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
« no previous file with comments | « public/platform/WebCredentialManagerClient.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 ba73fb63ee989f67a229f8af5c006fff630a0027..5383f28a2a1ca150065d32d4ab2206ae598fd75d 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -44,6 +44,7 @@ namespace blink {
class WebAXObject;
class WebAutofillClient;
+class WebCredentialManagerClient;
class WebDevToolsAgent;
class WebDevToolsAgentClient;
class WebDragData;
@@ -95,6 +96,7 @@ public:
// 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;
virtual void setSpellCheckClient(WebSpellCheckClient*) = 0;
« no previous file with comments | « public/platform/WebCredentialManagerClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698