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

Unified Diff: public/platform/WebPushPermissionStatus.h

Issue 888513003: Move Push-related Blink API headers into their own directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/WebPushError.h ('k') | public/platform/WebPushProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPushPermissionStatus.h
diff --git a/public/platform/WebPushPermissionStatus.h b/public/platform/WebPushPermissionStatus.h
index bdb5725a8b18651cc62c51575fed20cf565cee3e..f9a5591f314ef10663105db31f85948404733b59 100644
--- a/public/platform/WebPushPermissionStatus.h
+++ b/public/platform/WebPushPermissionStatus.h
@@ -1,20 +1 @@
-// 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 WebPushPermissionStatus_h
-#define WebPushPermissionStatus_h
-
-namespace blink {
-
-enum WebPushPermissionStatus {
- WebPushPermissionStatusGranted = 0,
- WebPushPermissionStatusDenied,
- WebPushPermissionStatusDefault,
-
- // Used for IPC message range checks.
- WebPushPermissionStatusLast = WebPushPermissionStatusDefault
-};
-
-} // namespace blink
-#endif // WebPushPermissionStatus_h
+#include "public/platform/modules/push_messaging/WebPushPermissionStatus.h"
« no previous file with comments | « public/platform/WebPushError.h ('k') | public/platform/WebPushProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698