| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index c8411e48c73c5d40cbae762b4ceb34064c83e608..2943ac1b2ad0af7382697190a5e8e70ca78f3aaa 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1009,6 +1009,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.
|
| + 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,
|
|
|