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

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

Issue 2569703004: Add "interactive" UI integration tests for PermissionRequestManager. (Closed)
Patch Set: CrOS test Created 3 years, 9 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 2cc3427644e95c48a55bf23be090f820ade14623..d207c6acfae020e882173c7209295e8a26c5ff73 100644
--- a/chrome/browser/media/webrtc/media_stream_devices_controller.h
+++ b/chrome/browser/media/webrtc/media_stream_devices_controller.h
@@ -28,6 +28,10 @@ namespace policy {
class MediaStreamDevicesControllerBrowserTest;
}
+namespace test {
+class MediaStreamDevicesControllerTestApi;
+}
+
class MediaStreamDevicesController : public PermissionRequest {
public:
static void RequestPermissions(
@@ -67,6 +71,7 @@ class MediaStreamDevicesController : public PermissionRequest {
private:
friend class MediaStreamDevicesControllerTest;
+ friend class test::MediaStreamDevicesControllerTestApi;
friend class policy::MediaStreamDevicesControllerBrowserTest;
MediaStreamDevicesController(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698