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

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

Issue 2341953004: Decouple MediaStreamInfoBarDelegate from GroupedPermissionInfoBarDelegate (Closed)
Patch Set: address review comments Created 4 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
« no previous file with comments | « no previous file | chrome/browser/media/webrtc/media_stream_devices_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc/media_stream_devices_controller.h
diff --git a/chrome/browser/media/webrtc/media_stream_devices_controller.h b/chrome/browser/media/webrtc/media_stream_devices_controller.h
index 8d2a24c442e51202d52247a60845045093f6438a..928c9379b9040300c6ebbca46cb7c71b2475007a 100644
--- a/chrome/browser/media/webrtc/media_stream_devices_controller.h
+++ b/chrome/browser/media/webrtc/media_stream_devices_controller.h
@@ -56,13 +56,6 @@ class MediaStreamDevicesController : public PermissionRequest {
// on the permissions if they are in the ASK state.
void ForcePermissionDeniedTemporarily();
- // Answers a permission request with (possibly) different values for
- // |audio_accepted| and |video_accepted|. Intended for use from
- // MediaStreamInfobarDelegateAndroid.
- // TODO(tsergeant): Remove this by refactoring Android to use
- // PermissionRequest instead of a custom infobar delegate.
- void GroupedRequestFinished(bool audio_accepted, bool video_accepted);
-
bool ShouldShowPersistenceToggle() const override;
// PermissionRequest:
« no previous file with comments | « no previous file | chrome/browser/media/webrtc/media_stream_devices_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698