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

Unified Diff: Source/modules/modules.gypi

Issue 1234023002: blink: permissions: add plumbing to revoke permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 5 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 | « Source/core/frame/UseCounter.h ('k') | Source/modules/permissions/PermissionCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 95bd97d7a6b9523d9a32e6626253b037f4bf43aa..6ea181c8dc1cf49353ebd33fc1109dc18754312a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1174,8 +1174,8 @@
'permissions/PermissionController.h',
'permissions/Permissions.cpp',
'permissions/Permissions.h',
- 'permissions/PermissionQueryCallback.cpp',
- 'permissions/PermissionQueryCallback.h',
+ 'permissions/PermissionCallback.cpp',
+ 'permissions/PermissionCallback.h',
'permissions/PermissionStatus.cpp',
'permissions/PermissionStatus.h',
'permissions/WorkerNavigatorPermissions.cpp',
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/permissions/PermissionCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698