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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10261011: Windowed mode mouse lock addded to fullscreen controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build bot errors Created 8 years, 7 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 9232fcf2dc48b9f59d5759aaf6cd19363e0b248a..07849aa0920c40aab7a06613fea2a0fe591c4e0a 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1055,6 +1055,9 @@ enum NotificationType {
// Sent when the browser enters or exits fullscreen mode.
NOTIFICATION_FULLSCREEN_CHANGED,
+ // Sent when the browser changes, confirms, or denies mouse lock mode.
sky 2012/05/21 15:18:38 Document what the source/details are.
scheib 2012/05/21 20:29:13 Done.
+ NOTIFICATION_MOUSE_LOCK_CHANGED,
+
// Sent by the PluginPrefs when there is a change of plugin enable/disable
// status. The source is the profile.
NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED,

Powered by Google App Engine
This is Rietveld 408576698