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 6f69668fc2f62b3cf4c1d0ac911ef9c2e22d5340..2bb437a27e173c3e94f8ddda39029022279f4b1b 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; |