| Index: public/platform/WebCredential.h
|
| diff --git a/public/platform/WebCredential.h b/public/platform/WebCredential.h
|
| index 5d3dc4bad93a40ee8eb2d594804955f62519ef87..46648b9f4070ca8cbee6a259ed7e8e5861044bfa 100644
|
| --- a/public/platform/WebCredential.h
|
| +++ b/public/platform/WebCredential.h
|
| @@ -26,6 +26,7 @@ public:
|
| BLINK_PLATFORM_EXPORT WebString id() const;
|
| BLINK_PLATFORM_EXPORT WebString name() const;
|
| BLINK_PLATFORM_EXPORT WebURL avatarURL() const;
|
| + BLINK_PLATFORM_EXPORT WebString type() const;
|
|
|
| BLINK_PLATFORM_EXPORT bool isLocalCredential() const;
|
| BLINK_PLATFORM_EXPORT bool isFederatedCredential() const;
|
|
|