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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 9169042: Block plugins for platform apps (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« chrome/browser/ui/extensions/shell_window.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index d508a435f9f710c96d3621a99393d46dc93374a2..b26395634a13193403c7f1a89ecf33cbecdd921b 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -552,6 +552,10 @@ enum NotificationType {
// The source is AppNotificationManager, and the details are NoDetails.
NOTIFICATION_APP_NOTIFICATION_MANAGER_LOADED,
+ // A platform app is being started. The details are an Extension, and the
+ // source is a Profile.
+ NOTIFICATION_PLATFORM_APP_STARTED,
+
// Component Updater -------------------------------------------------------
// Sent when the component updater starts doing update checks. If no
« chrome/browser/ui/extensions/shell_window.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698