Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private.h ('k') | content/browser/histogram_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager_impl_private.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
index ca46b05a21a04e67b963a72d9175155f56b820aa..a4ca614c1a8dfd1296bbc906abb4290fe8bf2c93 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -721,23 +721,6 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine(
gpu_info_.driver_version);
}
-void GpuDataManagerImplPrivate::AppendPluginCommandLine(
- base::CommandLine* command_line) const {
- DCHECK(command_line);
-
-#if defined(OS_MACOSX)
- // TODO(jbauman): Add proper blacklist support for core animation plugins so
- // special-casing this video card won't be necessary. See
- // http://crbug.com/134015
- if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_GPU_COMPOSITING)) {
- if (!command_line->HasSwitch(
- switches::kDisableCoreAnimationPlugins))
- command_line->AppendSwitch(
- switches::kDisableCoreAnimationPlugins);
- }
-#endif
-}
-
void GpuDataManagerImplPrivate::UpdateRendererWebPrefs(
WebPreferences* prefs) const {
DCHECK(prefs);
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private.h ('k') | content/browser/histogram_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698