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

Unified Diff: public/platform/WebFederatedCredential.h

Issue 661973002: Credential Manager: JavaScript arguments make more sense in a different order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git/+/master
Patch Set: Created 6 years, 2 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/WebLocalCredential.cpp ('k') | public/platform/WebLocalCredential.h » ('j') | 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 c6f40eeb1901a83047b6435283a1ca4712fd1fda..909d3261c1b9adb24277688ee289f16fa40a26f6 100644
--- a/public/platform/WebFederatedCredential.h
+++ b/public/platform/WebFederatedCredential.h
@@ -16,6 +16,9 @@ class PlatformFederatedCredential;
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&);
« no previous file with comments | « Source/platform/exported/WebLocalCredential.cpp ('k') | public/platform/WebLocalCredential.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698