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..85044450a0a7709ad04525994891fa362bd565f0 100644 |
| --- a/chrome/common/chrome_notification_types.h |
| +++ b/chrome/common/chrome_notification_types.h |
| @@ -54,6 +54,10 @@ enum NotificationType { |
| // that was closed, no details are expected. |
| NOTIFICATION_WINDOW_CLOSED, |
| + // Indicates that the window has been maximized. The source is the window |
|
kkania
2012/05/30 01:03:58
window -> BrowserWindow
zori
2012/05/31 23:38:22
Done.
|
| + // that was maximized, no details are expected. |
| + NOTIFICATION_WINDOW_MAXIMIZED, |
|
kkania
2012/05/30 01:03:58
I think NOTIFICATION_BROWSER_WINDOW_MAXIMIZED woul
zori
2012/05/31 23:38:22
Done.
|
| + |
| // 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>. |