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

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: indent 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 b513a67d8321fa06e308b4fbe51351744ec3ab67..edb7d9e070a4e0f334933054ef8ec928cf30a73f 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1050,6 +1050,10 @@ enum NotificationType {
// Sent when the browser enters or exits fullscreen mode.
NOTIFICATION_FULLSCREEN_CHANGED,
+ // Sent when the FullscreenController changes, confirms, or denies mouse lock.
+ // The source is the browser's FullscreenController, no details.
+ 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,
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698