| Index: content/common/content_switches.h
|
| ===================================================================
|
| --- content/common/content_switches.h (revision 81952)
|
| +++ content/common/content_switches.h (working copy)
|
| @@ -62,6 +62,7 @@
|
| // TODO(jam): this doesn't belong in content.
|
| extern const char kExtensionProcess[];
|
| extern const char kExtraPluginDir[];
|
| +extern const char kForceFieldTestNameAndValue[];
|
| extern const char kGpuLauncher[];
|
| extern const char kGpuProcess[];
|
| extern const char kGpuStartupDialog[];
|
| @@ -97,6 +98,7 @@
|
| extern const char kProfileImportProcess[];
|
| extern const char kRecordMode[];
|
| extern const char kRegisterPepperPlugins[];
|
| +extern const char kRendererAssertTest[];
|
| extern const char kRendererCmdPrefix[];
|
| extern const char kRendererCrashTest[];
|
| extern const char kRendererProcess[];
|
| @@ -121,6 +123,10 @@
|
| extern const char kZygoteCmdPrefix[];
|
| extern const char kZygoteProcess[];
|
|
|
| +#if !defined(OFFICIAL_BUILD)
|
| +extern const char kRendererCheckFalseTest[];
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // CONTENT_COMMON_CONTENT_SWITCHES_H_
|
|
|