| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index e49422626a06aa2e9a63dc7c4a5251ada0fb8638..ff3256c4c90d08111f4c69685d1d58953763234c 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -10,6 +10,14 @@
|
| #include "build/build_config.h"
|
| #include "content/common/content_export.h"
|
|
|
| +#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES
|
| +
|
| +namespace {
|
| +#include "content/public/common/content_switches.cc"
|
| +}
|
| +
|
| +#else
|
| +
|
| namespace switches {
|
|
|
| CONTENT_EXPORT extern const char kAllowFileAccessFromFiles[];
|
| @@ -283,4 +291,5 @@ CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
|
|
|
| } // namespace switches
|
|
|
| +#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES
|
| #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
|
|
|