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

Unified Diff: chrome/chrome_browser.gypi

Issue 376253005: Migrate the notification permission to the new common permission classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f91d7650526e4305d600985e7eb397c4b85454af..df49f8e26b83b2d688e128d80a759553a39c0d3c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1838,6 +1838,8 @@
],
# Used on all platforms when notifications are enabled.
'chrome_browser_notifications_sources': [
+ 'browser/notifications/desktop_notification_infobar_delegate.cc',
+ 'browser/notifications/desktop_notification_infobar_delegate.h',
'browser/notifications/desktop_notification_service.cc',
'browser/notifications/desktop_notification_service.h',
'browser/notifications/desktop_notification_service_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698