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

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

Issue 2569703004: Add "interactive" UI integration tests for PermissionRequestManager. (Closed)
Patch Set: Respond to comments + adapt to new MediaRequest API 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
« no previous file with comments | « no previous file | chrome/browser/permissions/permission_request_manager_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1777cd9b0e31fd1f9610b069259466169d75d41d..059ed42da9affc3096b32badc74c0940c6570ac0 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;
// Delegate showing permission prompts.
« no previous file with comments | « no previous file | chrome/browser/permissions/permission_request_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698