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

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

Issue 2836093006: Add a virtual destructor to PermissionPromptDelegate (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | 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 2c6d996243e75125c5f158e376bac1b69605a0ae..45af8ed4fcf7c24f0a2b177e6a0bc187ee38d47b 100644
--- a/chrome/browser/media/webrtc/media_stream_devices_controller.h
+++ b/chrome/browser/media/webrtc/media_stream_devices_controller.h
@@ -91,6 +91,7 @@ class MediaStreamDevicesController {
bool user_gesture,
content::WebContents* web_contents,
std::unique_ptr<MediaStreamDevicesController::Request> request) = 0;
+ virtual ~PermissionPromptDelegate() {}
};
static void RequestPermissions(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698