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 bd2491be5dcd3a40b52c6444d031bdeb2bfcef8f..0ae459d97fa27b12ff9b362b7b63c65ac9059f85 100644 |
| --- a/chrome/common/chrome_notification_types.h |
| +++ b/chrome/common/chrome_notification_types.h |
| @@ -54,6 +54,11 @@ enum NotificationType { |
| // that was closed, no details are expected. |
| NOTIFICATION_WINDOW_CLOSED, |
| + // Indicates that the window has been maximized. The source is the |
|
kkania
2012/06/01 04:14:03
#if defined(OS_LINUX)
zori
2012/06/02 01:20:54
Done.
|
| + // BrowserWindow that was maximized (only used on Linux, so currently |
| + // BrowserWindowGtk), no details are expected. |
|
kkania
2012/06/01 04:14:03
update and reword this comment
zori
2012/06/02 01:20:54
Done.
|
| + NOTIFICATION_BROWSER_WINDOW_MAXIMIZED, |
| + |
| // Sent when the language (English, French...) for a page has been detected. |
| // The details Details<std::string> contain the ISO 639-1 language code and |
| // the source is Source<WebContents>. |