| Index: content/browser/gpu/gpu_data_manager_impl.h | 
| diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h | 
| index f94a39c78a3a75fd011fde79fd48a290efaba77e..54d880b87cb99ce709e84d0ffcbbe908f1d28eb5 100644 | 
| --- a/content/browser/gpu/gpu_data_manager_impl.h | 
| +++ b/content/browser/gpu/gpu_data_manager_impl.h | 
| @@ -115,10 +115,6 @@ class CONTENT_EXPORT GpuDataManagerImpl | 
| // Insert switches into gpu process command line: kUseGL, etc. | 
| void AppendGpuCommandLine(base::CommandLine* command_line) const; | 
|  | 
| -  // Insert switches into plugin process command line: | 
| -  // kDisableCoreAnimationPlugins. | 
| -  void AppendPluginCommandLine(base::CommandLine* command_line) const; | 
| - | 
| // Update WebPreferences for renderer based on blacklisting decisions. | 
| void UpdateRendererWebPrefs(WebPreferences* prefs) const; | 
|  | 
|  |