| Index: chrome/browser/chrome_notification_types.h
|
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
|
| index 0e4c2b70732c6a99194531f9423438d77e195180..94829987d57a5f647bc281338f85beaf11f40a4f 100644
|
| --- a/chrome/browser/chrome_notification_types.h
|
| +++ b/chrome/browser/chrome_notification_types.h
|
| @@ -47,13 +47,13 @@ enum NotificationType {
|
| // that was closed, no details are expected.
|
| NOTIFICATION_WINDOW_CLOSED,
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| // On Linux maximize can be an asynchronous operation. This notification
|
| // indicates that the window has been maximized. The source is
|
| // a Source<BrowserWindow> containing the BrowserWindow that was maximized.
|
| // No details are expected.
|
| NOTIFICATION_BROWSER_WINDOW_MAXIMIZED,
|
| -#endif // defined(OS_LINUX)
|
| +#endif
|
|
|
| // 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
|
|
|