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

Unified Diff: content/renderer/render_thread_impl.h

Issue 2033353002: Remove PeerConnectionIdentityStore and related messaging/storage code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 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>

Powered by Google App Engine
This is Rietveld 408576698