| Index: content/browser/plugin_process_host.cc
 | 
| diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc
 | 
| index 4b6f361c7aea466786911c44fb27bdc00186b630..d33b89b97059eaadd158ef56df971ace1358eb30 100644
 | 
| --- a/content/browser/plugin_process_host.cc
 | 
| +++ b/content/browser/plugin_process_host.cc
 | 
| @@ -106,7 +106,7 @@ class PluginSandboxedProcessLauncherDelegate
 | 
|    ~PluginSandboxedProcessLauncherDelegate() override {}
 | 
|  
 | 
|  #if defined(OS_WIN)
 | 
| -  virtual bool ShouldSandbox() override {
 | 
| +  bool ShouldSandbox() override {
 | 
|      return false;
 | 
|    }
 | 
|  
 | 
| 
 |