| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index ebce5837a992dfcd36cc20f8aa38f9de04ddcc23..c4f8f3f5bf587ac3d475b562a5392df4d9008e60 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -169,6 +169,7 @@ extern const char kEnableWatchdog[];
|
| extern const char kEnableWebSocketOverSpdy[];
|
| extern const char kEnableWebUITaskManager[];
|
| extern const char kExperimentalSpellcheckerFeatures[];
|
| +extern const char kExposePrivateExtensionApi[];
|
| extern const char kExplicitlyAllowedPorts[];
|
| extern const char kExtensionProcess[];
|
| extern const char kExtensionsUpdateFrequency[];
|
| @@ -365,7 +366,6 @@ extern const char kOAuthHostUrl[];
|
| extern const char kClearTokenService[];
|
| extern const char kSetToken[];
|
| extern const char kWebSocketLiveExperimentHost[];
|
| -extern const char kExposePrivateExtensionApi[];
|
| extern const char kFileManagerExtensionPath[];
|
| #endif
|
|
|
|
|