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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 8558014: Add experimental extension APIs to notify about wakeup and screen unlock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to ToT Created 9 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/api/extension_api.json » ('j') | 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 e2467d8932054763a70176111744f2c06f45705e..e1ad04d6b8d2021143529047d0a84c61b5ae9438 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -658,6 +658,16 @@ enum NotificationType {
// Details will be an AccessibilityVolumeInfo.
NOTIFICATION_ACCESSIBILITY_VOLUME_CHANGED,
+ // Notification that the screen is unlocked, for propagating to an
+ // accessibility extension.
+ // Details will be an AccessibilityEmptyEventInfo.
+ NOTIFICATION_ACCESSIBILITY_SCREEN_UNLOCKED,
+
+ // Notification that the system woke up from sleep, for propagating to an
+ // accessibility extension.
+ // Details will be an AccessibilityEmptyEventInfo.
+ NOTIFICATION_ACCESSIBILITY_WOKE_UP,
+
// Content Settings --------------------------------------------------------
// Sent when content settings change. The source is a HostContentSettings
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698