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

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

Issue 2897223002: Fix message text for modal prompts when PermissionRequestManager enabled (Closed)
Patch Set: add mic/cam in switch Created 3 years, 7 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/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 a8348c162b8eb9f2ca12439ed5890da9ec65d452..6679956223b581d671ad833ae852bafb4b18f635 100644
--- a/chrome/browser/media/webrtc/media_stream_devices_controller.h
+++ b/chrome/browser/media/webrtc/media_stream_devices_controller.h
@@ -52,7 +52,7 @@ class MediaStreamDevicesController {
bool IsAskingForAudio() const;
bool IsAskingForVideo() const;
- base::string16 GetMessageText() const;
+ base::string16 GetMessageText() const override;
raymes 2017/05/29 04:48:27 nit: this should move down with the other override
Timothy Loh 2017/05/30 05:02:34 Moved here and in the .cc
// PermissionRequest:
IconId GetIconId() const override;

Powered by Google App Engine
This is Rietveld 408576698