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

Unified Diff: public/platform/WebCredentialManager.h

Issue 464783003: Credential manager: Convert strings to URLs early. (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/WebCredential.h ('k') | public/platform/WebFederatedCredential.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCredentialManager.h
diff --git a/public/platform/WebCredentialManager.h b/public/platform/WebCredentialManager.h
index ef68fe85004d7d50fc1b683608210f9fbac026d3..bbd44ec64a05163cf039ef5f803777cb1c0e5f2f 100644
--- a/public/platform/WebCredentialManager.h
+++ b/public/platform/WebCredentialManager.h
@@ -26,7 +26,7 @@ public:
virtual void dispatchFailedSignIn(const WebCredential&, NotificationCallbacks*) { }
virtual void dispatchSignedIn(const WebCredential&, NotificationCallbacks*) { }
virtual void dispatchSignedOut(NotificationCallbacks*) { }
- virtual void dispatchRequest(bool zeroClickOnly, const WebVector<WebString>& federations, RequestCallbacks*) { }
+ virtual void dispatchRequest(bool zeroClickOnly, const WebVector<WebURL>& federations, RequestCallbacks*) { }
};
} // namespace blink
« no previous file with comments | « public/platform/WebCredential.h ('k') | public/platform/WebFederatedCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698