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

Unified Diff: chrome/browser/media/webrtc/media_stream_infobar_delegate_android.cc

Issue 2493013002: Replace the use of WindowAndroid with Tab in permissions code. (Closed)
Patch Set: Comments Created 4 years, 1 month 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/media/webrtc/media_stream_infobar_delegate_android.cc
diff --git a/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.cc b/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.cc
index e5dfeb0edf2bb0441d2cd9b166b0ca72b0882dea..8ea9dc7415505e884ae7f0e24883ab398a1faf6a 100644
--- a/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.cc
+++ b/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.cc
@@ -198,7 +198,8 @@ GURL MediaStreamInfoBarDelegateAndroid::GetLinkURL() const {
return GURL(chrome::kMediaAccessLearnMoreUrl);
}
-std::vector<int> MediaStreamInfoBarDelegateAndroid::content_settings() const {
+std::vector<int> MediaStreamInfoBarDelegateAndroid::content_settings_types()
+ const {
std::vector<int> types;
if (controller_->IsAskingForAudio())
types.push_back(CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC);

Powered by Google App Engine
This is Rietveld 408576698