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

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

Issue 1843063002: Don't show scheme in permission prompts if it is HTTPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 d3bc932c665b7c596808dd669f76edafd24aa8f2..90c19b53af5c5838151617d1e6affc2bfe1f9415 100644
--- a/chrome/browser/media/media_stream_devices_controller.h
+++ b/chrome/browser/media/media_stream_devices_controller.h
@@ -39,7 +39,6 @@ class MediaStreamDevicesController : public PermissionBubbleRequest {
bool IsAllowedForVideo() const;
bool IsAskingForAudio() const;
bool IsAskingForVideo() const;
- const std::string& GetSecurityOriginSpec() const;
// Forces the permissions to be denied (without being persisted) regardless
// of what the previous state was. If the user had previously allowed the

Powered by Google App Engine
This is Rietveld 408576698