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

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: Delayed deletion by 120s 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
« no previous file with comments | « content/renderer/media/webrtc_identity_service_unittest.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/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>
« no previous file with comments | « content/renderer/media/webrtc_identity_service_unittest.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698