Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index 3fbf1d49dca3d78fec54d97c944fb020a9686261..9ffde78ff6af80de961d27335fcb7da395504c75 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -117,7 +117,6 @@ class RendererGpuVideoAcceleratorFactories; |
class ResourceDispatchThrottler; |
class V8SamplingProfiler; |
class VideoCaptureImplManager; |
-class WebRTCIdentityService; |
#if defined(OS_ANDROID) |
class StreamTextureFactory; |
@@ -361,12 +360,6 @@ class CONTENT_EXPORT RenderThreadImpl |
const base::string16& str); |
#endif |
-#if defined(ENABLE_WEBRTC) |
- WebRTCIdentityService* get_webrtc_identity_service() { |
- return webrtc_identity_service_.get(); |
- } |
-#endif |
- |
// For producing custom V8 histograms. Custom histograms are produced if all |
// RenderViews share the same host, and the host is in the pre-specified set |
// of hosts we want to produce custom diagrams for. The name for a custom |
@@ -638,10 +631,6 @@ class CONTENT_EXPORT RenderThreadImpl |
std::unique_ptr<base::MemoryPressureListener> memory_pressure_listener_; |
-#if defined(ENABLE_WEBRTC) |
- std::unique_ptr<WebRTCIdentityService> webrtc_identity_service_; |
-#endif |
- |
std::unique_ptr<MemoryObserver> memory_observer_; |
scoped_refptr<base::SingleThreadTaskRunner> |