| Index: chrome/common/chrome_content_client.h
|
| ===================================================================
|
| --- chrome/common/chrome_content_client.h (revision 87093)
|
| +++ chrome/common/chrome_content_client.h (working copy)
|
| @@ -20,6 +20,10 @@
|
| virtual void AddPepperPlugins(std::vector<PepperPluginInfo>* plugins);
|
| virtual bool CanSendWhileSwappedOut(const IPC::Message* msg);
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg);
|
| +#if defined(OS_WIN)
|
| + virtual bool SandboxPlugin(CommandLine* command_line,
|
| + sandbox::TargetPolicy* policy);
|
| +#endif
|
| };
|
|
|
| } // namespace chrome
|
|
|