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

Unified Diff: content/gpu/gpu_child_thread.cc

Issue 2651053004: Remove associated interface registration from ChannelProxy (Closed)
Patch Set: let's try that again Created 3 years, 11 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/common/associated_interface_registry_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.cc
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
index 0da00b1f53c252b6faea95403f81ef88539e42bf..29510fdfa7d444ce18c206869dca18277cb2977c 100644
--- a/content/gpu/gpu_child_thread.cc
+++ b/content/gpu/gpu_child_thread.cc
@@ -209,8 +209,6 @@ void GpuChildThread::Init(const base::Time& process_start_time) {
if (GetContentClient()->gpu()) // NULL in tests.
GetContentClient()->gpu()->Initialize(this);
- channel()->AddAssociatedInterface(base::Bind(
- &GpuChildThread::CreateGpuMainService, base::Unretained(this)));
}
void GpuChildThread::OnFieldTrialGroupFinalized(const std::string& trial_name,
« no previous file with comments | « content/common/associated_interface_registry_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698