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

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

Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments in components/content_settings/ 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.h
diff --git a/chrome/browser/media/media_stream_devices_controller.h b/chrome/browser/media/media_stream_devices_controller.h
index 72348c776e7d40b4ff290da290ab97759bdb7108..43d7b65cd9096fb1ee252dd621fbf1fd68236023 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;
+ bool IsAskingForScreenCapture() const;
base::string16 GetMessageText() const;
// Forces the permissions to be denied (without being persisted) regardless

Powered by Google App Engine
This is Rietveld 408576698