| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index c4ec483ff0aaab78e70b1a1e8b30d5cc37240c62..0d362f0c4de721ce93418d4adab0851f11b823ad 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -65,6 +65,7 @@ extern const char kDebugPackedApps[];
|
| extern const char kDiagnostics[];
|
| extern const char kDiagnosticsFormat[];
|
| extern const char kDiagnosticsRecovery[];
|
| +extern const char kDisableAboutInSettings[];
|
| extern const char kDisableAsyncDns[];
|
| extern const char kDisableAuthNegotiateCnameLookup[];
|
| extern const char kDisableBackgroundNetworking[];
|
| @@ -398,6 +399,7 @@ extern const char kAllowNaClSocketAPI[];
|
| extern const char kFileManagerExtensionPath[];
|
| #endif
|
|
|
| +bool AboutInSettingsEnabled();
|
| bool SettingsWindowEnabled();
|
|
|
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
|
|
|