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

Unified Diff: public/platform/WebLocalCredential.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 | « public/platform/WebFederatedCredential.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLocalCredential.h
diff --git a/public/platform/WebLocalCredential.h b/public/platform/WebLocalCredential.h
index a946d66e0bdcd8c20c5caba6d6712ad274df6e3a..89bdc351d0cf35e8c5c0b69afe63ba689b25bb1b 100644
--- a/public/platform/WebLocalCredential.h
+++ b/public/platform/WebLocalCredential.h
@@ -16,6 +16,9 @@ class PlatformLocalCredential;
class WebLocalCredential : public WebCredential {
public:
+ BLINK_PLATFORM_EXPORT WebLocalCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& avatarURL);
+
+ // FIXME: Throw this away once it's unused on the Chromium side.
BLINK_PLATFORM_EXPORT WebLocalCredential(const WebString& id, const WebString& name, const WebURL& avatarURL, const WebString& password);
BLINK_PLATFORM_EXPORT void assign(const WebLocalCredential&);
« no previous file with comments | « public/platform/WebFederatedCredential.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698