| Index: public/platform/WebLocalCredential.h
|
| diff --git a/public/platform/WebLocalCredential.h b/public/platform/WebLocalCredential.h
|
| deleted file mode 100644
|
| index 6c4de0e07f1cfb55dcf552a1a973abcd3d4d0646..0000000000000000000000000000000000000000
|
| --- a/public/platform/WebLocalCredential.h
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef WebLocalCredential_h
|
| -#define WebLocalCredential_h
|
| -
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/platform/WebCredential.h"
|
| -#include "public/platform/WebString.h"
|
| -#include "public/platform/WebURL.h"
|
| -
|
| -namespace blink {
|
| -
|
| -// TODO(mkwst): Throw this away once it's unused on the Chromium side: https://crbug.com/494880
|
| -class WebLocalCredential : public WebCredential {
|
| -public:
|
| - BLINK_PLATFORM_EXPORT WebLocalCredential(const WebString& id, const WebString& password, const WebString& name, const WebURL& avatarURL);
|
| -
|
| - BLINK_PLATFORM_EXPORT WebLocalCredential(const WebString& id, const WebString& name, const WebURL& avatarURL, const WebString& password);
|
| -
|
| - BLINK_PLATFORM_EXPORT void assign(const WebLocalCredential&);
|
| -
|
| - BLINK_PLATFORM_EXPORT WebString password() const;
|
| -
|
| -#if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT WebLocalCredential(PlatformCredential*);
|
| - BLINK_PLATFORM_EXPORT WebLocalCredential& operator=(PlatformCredential*);
|
| -#endif
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // WebLocalCredential_h
|
| -
|
| -
|
| -
|
|
|