Chromium Code Reviews| 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, |