| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index cbec5e333dd12132d1fab3e0594056bcd990ba08..caa803ce8189cf9cee80ebe1cb2fdc5794a700f0 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -349,8 +349,10 @@ extern const char kMigrateDataDirForSxS[];
|
| #if defined(OS_MACOSX)
|
| extern const char kAppsKeepChromeAliveInTests[];
|
| extern const char kHostedAppQuitNotification[];
|
| +extern const char kDisableAppInfoDialogMac[];
|
| extern const char kDisableHostedAppShimCreation[];
|
| extern const char kDisableSystemFullscreenForTesting[];
|
| +extern const char kEnableAppInfoDialogMac[];
|
| extern const char kEnableTranslateNewUX[];
|
| extern const char kMetricsClientID[];
|
| extern const char kRelauncherProcess[];
|
|
|