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

Unified Diff: chrome/browser/media/media_stream_devices_controller.cc

Issue 2123653006: Rename PermissionBubbleRequest to PermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_manager_rename
Patch Set: PermissionBubbleType -> PermissionRequestType Created 4 years, 5 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/media/media_stream_devices_controller.cc
diff --git a/chrome/browser/media/media_stream_devices_controller.cc b/chrome/browser/media/media_stream_devices_controller.cc
index 57e1dbcc145bda22b739a77a6e2452e10e88c449..f32900c8a15d81f2710cc399f777607c2ef1e66d 100644
--- a/chrome/browser/media/media_stream_devices_controller.cc
+++ b/chrome/browser/media/media_stream_devices_controller.cc
@@ -332,9 +332,9 @@ void MediaStreamDevicesController::RequestFinished() {
delete this;
}
-PermissionBubbleType MediaStreamDevicesController::GetPermissionBubbleType()
+PermissionRequestType MediaStreamDevicesController::GetPermissionRequestType()
const {
- return PermissionBubbleType::MEDIA_STREAM;
+ return PermissionRequestType::MEDIA_STREAM;
}
content::MediaStreamDevices MediaStreamDevicesController::GetDevices(

Powered by Google App Engine
This is Rietveld 408576698