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

Unified Diff: content/browser/DEPS

Issue 661463002: Implement PushManager#hasPermission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
Index: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 715e0d38ac9075c18fdf7778a0a93f0c107178ad..4fccd6a6f7268e58c1dd049b7cdc1e4c4286b2f5 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -43,6 +43,7 @@ include_rules = [
"+third_party/WebKit/public/platform/WebReferrerPolicy.h",
"+third_party/WebKit/public/platform/WebLockOrientationError.h",
"+third_party/WebKit/public/platform/WebNotificationPermission.h",
+ "+third_party/WebKit/public/platform/WebPushPermissionCallback.h",
Michael van Ouwerkerk 2014/10/20 16:30:08 I think this stretches the limits of a enum/POD.
Miguel Garcia 2014/10/22 16:35:27 Done.
"+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
"+third_party/WebKit/public/platform/WebScreenOrientationType.h",
"+third_party/WebKit/public/platform/WebScreenInfo.h",

Powered by Google App Engine
This is Rietveld 408576698