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

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

Issue 2579593002: Change MediaPermission not to use PermissionContext directly (Closed)
Patch Set: Just PM Created 4 years 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_permission.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc/media_permission.h
diff --git a/chrome/browser/media/webrtc/media_permission.h b/chrome/browser/media/webrtc/media_permission.h
index 5f1a1004e6cb4087e41bc488ca2a6363d9641f10..708ae39877ac20dd05e61dd105158de7514164ba 100644
--- a/chrome/browser/media/webrtc/media_permission.h
+++ b/chrome/browser/media/webrtc/media_permission.h
@@ -13,7 +13,6 @@
#include "content/public/common/media_stream_request.h"
#include "url/gurl.h"
-class MediaStreamDevicePermissionContext;
class Profile;
// Represents a permission for microphone/camera access.
@@ -37,9 +36,6 @@ class MediaPermission {
content::MediaStreamRequestResult* denial_reason) const;
private:
- ContentSetting GetStoredContentSetting(
- MediaStreamDevicePermissionContext* media_device_permission_context)
- const;
bool HasAvailableDevices(const std::string& device_id) const;
const ContentSettingsType content_type_;
« no previous file with comments | « no previous file | chrome/browser/media/webrtc/media_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698