| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 32221c96b9a06fff7e83ad0a00a84c83f8135530..5400cef1702475e2e41bea23cc4ee2049d9f60f9 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -31,6 +31,9 @@ extern const char kAllowHTTPBackgroundPage[];
|
| extern const char kAllowLegacyExtensionManifests[];
|
| extern const char kAllowNaClSocketAPI[];
|
| extern const char kAllowOutdatedPlugins[];
|
| +// TODO(hamaji): Remove this once the two issues are fixed.
|
| +// http://crbug.com/224753 http://crbug.com/220029
|
| +extern const char kAllowRequestOSFileHandleAPI[];
|
| extern const char kAllowRunningInsecureContent[];
|
| extern const char kAllowScriptingGallery[];
|
| extern const char kAlwaysAuthorizePlugins[];
|
|
|