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

Unified Diff: content/renderer/render_thread_impl.h

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... Created 3 years, 10 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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 3924b34010864a3e7f5721702d1d27238ee2b65b..986c76c8dbaa7e9398c394393458481dcb65a173 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -129,7 +129,6 @@ class RenderThreadObserver;
class RendererBlinkPlatformImpl;
class RendererGpuVideoAcceleratorFactories;
class ResourceDispatchThrottler;
-class ThreadSafeAssociatedInterfacePtrProvider;
class VideoCaptureImplManager;
#if defined(OS_ANDROID)
@@ -626,8 +625,6 @@ class CONTENT_EXPORT RenderThreadImpl
// Used on the render thread.
std::unique_ptr<VideoCaptureImplManager> vc_manager_;
- std::unique_ptr<ThreadSafeAssociatedInterfacePtrProvider>
- thread_safe_associated_interface_ptr_provider_;
std::unique_ptr<ChildSharedBitmapManager> shared_bitmap_manager_;
« no previous file with comments | « content/renderer/mojo/thread_safe_associated_interface_ptr_provider.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698