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

Unified Diff: content/browser/gpu/gpu_data_manager_impl.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
Index: content/browser/gpu/gpu_data_manager_impl.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl.cc b/content/browser/gpu/gpu_data_manager_impl.cc
index 88fcf97dc525ef9c18b96383dc25ba5289c7d189..23a0346d7ae5b2d749b6ad923b01548c5ab68873 100644
--- a/content/browser/gpu/gpu_data_manager_impl.cc
+++ b/content/browser/gpu/gpu_data_manager_impl.cc
@@ -162,12 +162,6 @@ void GpuDataManagerImpl::AppendGpuCommandLine(
private_->AppendGpuCommandLine(command_line);
}
-void GpuDataManagerImpl::AppendPluginCommandLine(
- base::CommandLine* command_line) const {
- base::AutoLock auto_lock(lock_);
- private_->AppendPluginCommandLine(command_line);
-}
-
void GpuDataManagerImpl::UpdateRendererWebPrefs(
WebPreferences* prefs) const {
base::AutoLock auto_lock(lock_);

Powered by Google App Engine
This is Rietveld 408576698