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

Unified Diff: chrome/browser/ui/views/infobars/media_stream_infobar.cc

Issue 10912004: Begin adding support for tab mirroring via the MediaStream audio/video capturing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: AudioManager injection into MediaStreamManager, consistent enum naming; per wjia@ comments. Also, … Created 8 years, 3 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: chrome/browser/ui/views/infobars/media_stream_infobar.cc
diff --git a/chrome/browser/ui/views/infobars/media_stream_infobar.cc b/chrome/browser/ui/views/infobars/media_stream_infobar.cc
index 3db4a806ec6882fa65392dc96bb1ad568e310171..b0239c4a51d75b5334a88841a21e2eef380c5b59 100644
--- a/chrome/browser/ui/views/infobars/media_stream_infobar.cc
+++ b/chrome/browser/ui/views/infobars/media_stream_infobar.cc
@@ -70,7 +70,7 @@ void MediaStreamInfoBar::ViewHierarchyChanged(bool is_add,
message_id = IDS_MEDIA_CAPTURE_AUDIO_ONLY;
label_ = CreateLabel(l10n_util::GetStringFUTF16(message_id,
- UTF8ToUTF16(GetDelegate()->GetSecurityOrigin().spec())));
+ UTF8ToUTF16(GetDelegate()->GetSecurityOriginSpec())));
AddChildView(label_);
allow_button_ = CreateTextButton(this,

Powered by Google App Engine
This is Rietveld 408576698