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

Unified Diff: public/platform/WebFederatedCredential.h

Issue 1162883002: Credential Manager: Align 'FederatedCredential' with the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test. Created 5 years, 7 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 | « Source/platform/exported/WebFederatedCredential.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFederatedCredential.h
diff --git a/public/platform/WebFederatedCredential.h b/public/platform/WebFederatedCredential.h
index 3e38d78810af1b9422f92c2270ccdc096d04a16e..fb605ae6f9615b453f3cd5024409a2bb08ae4fd2 100644
--- a/public/platform/WebFederatedCredential.h
+++ b/public/platform/WebFederatedCredential.h
@@ -16,12 +16,11 @@ class WebFederatedCredential : public WebCredential {
public:
BLINK_PLATFORM_EXPORT WebFederatedCredential(const WebString& id, const WebURL& federation, const WebString& name, const WebURL& avatarURL);
- // FIXME: Throw this away once it's unused on the chromium side.
- BLINK_PLATFORM_EXPORT WebFederatedCredential(const WebString& id, const WebString& name, const WebURL& avatarURL, const WebURL& federation);
-
BLINK_PLATFORM_EXPORT void assign(const WebFederatedCredential&);
+ BLINK_PLATFORM_EXPORT WebURL provider() const;
- BLINK_PLATFORM_EXPORT WebURL federation() const;
+ // FIXME: Throw this away once it's unused on the Chromium side: https://crbug.com/494880
+ BLINK_PLATFORM_EXPORT WebURL federation() const { return provider(); }
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT WebFederatedCredential(PlatformCredential*);
« no previous file with comments | « Source/platform/exported/WebFederatedCredential.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698