| Index: chrome/common/chrome_switches.h
|
| ===================================================================
|
| --- chrome/common/chrome_switches.h (revision 103212)
|
| +++ chrome/common/chrome_switches.h (working copy)
|
| @@ -25,8 +25,9 @@
|
| // alongside the definition of their values in the .cc file.
|
| extern const char kAllowCrossOriginAuthPrompt[];
|
| extern const char kAllowFileAccess[];
|
| +extern const char kAllowHTTPBackgroundPage[];
|
| extern const char kAllowOutdatedPlugins[];
|
| -extern const char kAllowHTTPBackgroundPage[];
|
| +extern const char kAllowRunningInsecureContent[];
|
| extern const char kAllowScriptingGallery[];
|
| extern const char kAllowWebSocketProxy[];
|
| extern const char kAllowWebUICompositing[];
|
| @@ -205,11 +206,13 @@
|
| extern const char kNetLogLevel[];
|
| extern const char kNewTabPage[];
|
| extern const char kNoDefaultBrowserCheck[];
|
| +extern const char kNoDisplayingInsecureContent[];
|
| extern const char kNoEvents[];
|
| extern const char kNoExperiments[];
|
| extern const char kNoFirstRun[];
|
| extern const char kNoProxyServer[];
|
| extern const char kNoPings[];
|
| +extern const char kNoRunningInsecureContent[];
|
| extern const char kNoServiceAutorun[];
|
| extern const char kNoStartupWindow[];
|
| extern const char kNotifyCloudPrintTokenExpired[];
|
|
|