Chromium Code Reviews| Index: content/common/notification_type.h |
| diff --git a/content/common/notification_type.h b/content/common/notification_type.h |
| index f92998ab324fedc2a76e796affad6f8b7400cf40..da6f5abc82d571c05164609f313df84447aca4c1 100644 |
| --- a/content/common/notification_type.h |
| +++ b/content/common/notification_type.h |
| @@ -977,6 +977,9 @@ class NotificationType { |
| // (const std::string). |
| EXTENSION_UPDATE_FOUND, |
| + // An installed app changed state (added or removed notifications). |
|
Finnur
2011/06/20 12:21:46
Maybe fill in the data that is expected to be prov
asargent_no_longer_on_chrome
2011/06/21 18:10:11
Done.
|
| + APP_NOTIFICATION_STATE_CHANGED, |
| + |
| // Desktop Notifications --------------------------------------------------- |
| // This notification is sent when a balloon is connected to a renderer |