| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 2c8ab4369022b534eae9bc05f926dd9c962c761f..1ad8cdeba21765043f343da31ede2e176fec1f8c 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -157,7 +157,7 @@ CONTENT_EXPORT extern const char kPpapiOutOfProcess[];
|
| extern const char kPpapiPluginLauncher[];
|
| CONTENT_EXPORT extern const char kPpapiPluginProcess[];
|
| extern const char kPpapiStartupDialog[];
|
| -extern const char kProcessPerSite[];
|
| +CONTENT_EXPORT extern const char kProcessPerSite[];
|
| CONTENT_EXPORT extern const char kProcessPerTab[];
|
| CONTENT_EXPORT extern const char kProcessType[];
|
| CONTENT_EXPORT extern const char kRegisterPepperPlugins[];
|
|
|