| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 6b2a9f5aad4f6276104d743d663d5dae695bba0b..95b1dd959082b4db52b8243f9cf1279ddaadf597 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -370,6 +370,10 @@ bool PowerOverlayEnabled();
|
| bool GDITextPrintingEnabled();
|
| #endif
|
|
|
| +#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +extern const char kUseSystemNotifications[];
|
| +#endif
|
| +
|
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
|
| // alphabetical order, or in one of the ifdefs (also in order in each section).
|
|
|
|
|