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

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

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.h
diff --git a/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.h b/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.h
index b3c2a2f5d0bac025ef89bfd9ee8e317f7eae75f7..8f35ce61277117e80b6ce7f43636c78764407cd5 100644
--- a/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.h
+++ b/chrome/browser/media/webrtc/media_stream_infobar_delegate_android.h
@@ -50,7 +50,7 @@ class MediaStreamInfoBarDelegateAndroid : public PermissionInfoBarDelegate {
base::string16 GetLinkText() const override;
GURL GetLinkURL() const override;
int GetMessageResourceId() const override;
- std::vector<int> content_settings() const override;
+ std::vector<int> content_settings_types() const override;
std::unique_ptr<MediaStreamDevicesController> controller_;

Powered by Google App Engine
This is Rietveld 408576698