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

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

Issue 1903103002: Remove some dead code for permission bubbles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase error Created 4 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
Index: chrome/browser/media/media_stream_devices_controller.h
diff --git a/chrome/browser/media/media_stream_devices_controller.h b/chrome/browser/media/media_stream_devices_controller.h
index 6d58371a7518881a3fbda5da7ff9f32a13488464..61f616b7ef4d75b9c3143010247beec30d638810 100644
--- a/chrome/browser/media/media_stream_devices_controller.h
+++ b/chrome/browser/media/media_stream_devices_controller.h
@@ -39,6 +39,7 @@ class MediaStreamDevicesController : public PermissionBubbleRequest {
bool IsAllowedForVideo() const;
bool IsAskingForAudio() const;
bool IsAskingForVideo() const;
+ base::string16 GetMessageText() const;
// Forces the permissions to be denied (without being persisted) regardless
// of what the previous state was. If the user had previously allowed the
@@ -51,7 +52,6 @@ class MediaStreamDevicesController : public PermissionBubbleRequest {
// PermissionBubbleRequest:
int GetIconId() const override;
- base::string16 GetMessageText() const override;
base::string16 GetMessageTextFragment() const override;
GURL GetOrigin() const override;
void PermissionGranted() override;

Powered by Google App Engine
This is Rietveld 408576698