| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index a781c358e26d138225023ae260b2e7e7b0b85d0b..ee270ca6c5e93939c8b80ca7329c01a0da8a1d28 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/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_LINUX) || defined(OS_BSD)
|
| // 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 // defined(OS_LINUX) || defined(OS_BSD)
|
|
|
| // 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
|
|
|