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

Unified Diff: content/content_browser.gypi

Issue 1260193009: renderer: implement multiple permission requesting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permissions-request-multiple
Patch Set: Split off all browser sections Created 5 years, 3 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 3bde8a8b6d782f670e2f37054817451db87a37d8..2580c5b27bbc1d0fdc31bfef89614c61621f6813 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1100,6 +1100,8 @@
'browser/notifications/page_notification_delegate.h',
'browser/notifications/platform_notification_context_impl.cc',
'browser/notifications/platform_notification_context_impl.h',
+ 'browser/permissions/permission_pending_request.cc',
+ 'browser/permissions/permission_pending_request.h',
mlamouri (slow - plz ping) 2015/09/04 15:04:13 I doubt you need that.
Lalit Maganti 2015/09/04 16:07:28 Done.
'browser/permissions/permission_service_context.cc',
'browser/permissions/permission_service_context.h',
'browser/permissions/permission_service_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698