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

Unified Diff: content/renderer/media/peer_connection_tracker.cc

Issue 1773813007: blink: Rename modules/ method to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-modules: rebase-fixes Created 4 years, 9 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/midi_dispatcher.cc ('k') | content/renderer/media/user_media_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/peer_connection_tracker.cc
diff --git a/content/renderer/media/peer_connection_tracker.cc b/content/renderer/media/peer_connection_tracker.cc
index 130f077c47a0ea4699d7a58fe9658ca763856bd3..74a01dae95f3d1956f0f0ea00d99772c13448a2b 100644
--- a/content/renderer/media/peer_connection_tracker.cc
+++ b/content/renderer/media/peer_connection_tracker.cc
@@ -656,7 +656,7 @@ void PeerConnectionTracker::TrackGetUserMedia(
DCHECK(main_thread_.CalledOnValidThread());
SendTarget()->Send(new PeerConnectionTrackerHost_GetUserMedia(
- user_media_request.securityOrigin().toString().utf8(),
+ user_media_request.getSecurityOrigin().toString().utf8(),
user_media_request.audio(), user_media_request.video(),
SerializeMediaConstraints(user_media_request.audioConstraints()),
SerializeMediaConstraints(user_media_request.videoConstraints())));
« no previous file with comments | « content/renderer/media/midi_dispatcher.cc ('k') | content/renderer/media/user_media_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698