| Index: third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h
|
| diff --git a/third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h b/third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h
|
| deleted file mode 100644
|
| index 424f4b1fa3a3e0067e47feb1d2c04ebb7c79e472..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h
|
| +++ /dev/null
|
| @@ -1,20 +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 WebNotificationPermission_h
|
| -#define WebNotificationPermission_h
|
| -
|
| -namespace blink {
|
| -
|
| -enum WebNotificationPermission {
|
| - WebNotificationPermissionAllowed = 0,
|
| - WebNotificationPermissionDefault,
|
| - WebNotificationPermissionDenied,
|
| -
|
| - WebNotificationPermissionLast = WebNotificationPermissionDenied
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // WebNotificationPermission_h
|
|
|