Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index 1f26f30d512cc0a879094619e97db07bcbbd96fa..477c555c756ee78cc2c418420529fe9d5e5bbcd0 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -121,7 +121,6 @@ class RendererGpuVideoAcceleratorFactories; |
class ResourceDispatchThrottler; |
class V8SamplingProfiler; |
class VideoCaptureImplManager; |
-class WebRTCIdentityService; |
#if defined(OS_ANDROID) |
class StreamTextureFactory; |
@@ -373,12 +372,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 |
@@ -649,10 +642,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> |