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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 7708025: Adds extension APIs of events on changing volume. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix (to be commited) Created 9 years, 4 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/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index a139c5a17e5300037ac6866edeb3a2bba63706a2..53ea779ea92073b1fa061d5a4763d2f7e41203de 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -626,6 +626,11 @@ enum {
// Details will be an AccessibilityMenuInfo.
NOTIFICATION_ACCESSIBILITY_MENU_CLOSED,
+ // Notification that the volume was changed, for propagating
+ // to an accessibility extension.
+ // Details will be an AccessibilityVolumeInfo.
+ NOTIFICATION_ACCESSIBILITY_VOLUME_CHANGED,
+
// Content Settings --------------------------------------------------------
// Sent when content settings change. The source is a HostContentSettings
« no previous file with comments | « chrome/browser/extensions/extension_accessibility_api_constants.cc ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698