| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 0ebfe53e2397af50ce356833eb06a4be76128a00..7acd52b8ca88b80620b01e9cf2a56893ca4c2728 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -408,7 +408,9 @@ extern const char kKioskModePrinting[];
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| +extern const char kActivateApp[];
|
| extern const char kDisableDesktopShortcuts[];
|
| +extern const char kWaitForHandle[];
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
|
|