Chromium Code Reviews

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

Issue 20247003: Introduced base class for WebRTC browser tests, cleaned up duplication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WebrtcTestBase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/media/media_stream_infobar_delegate.h
diff --git a/chrome/browser/media/media_stream_infobar_delegate.h b/chrome/browser/media/media_stream_infobar_delegate.h
index b2aaeebf8bfc6ac3e326151149525032ba1ada0c..2860c54969c1b572ffbcd67e1e64ff340eb2a129 100644
--- a/chrome/browser/media/media_stream_infobar_delegate.h
+++ b/chrome/browser/media/media_stream_infobar_delegate.h
@@ -31,9 +31,7 @@ class MediaStreamInfoBarDelegate : public ConfirmInfoBarDelegate {
const content::MediaResponseCallback& callback);
private:
- friend class MediaStreamInfobarTest;
- friend class WebrtcBrowserTest;
- friend class WebrtcVideoQualityBrowserTest;
+ friend class WebRtcTestBase;
MediaStreamInfoBarDelegate(
InfoBarService* infobar_service,

Powered by Google App Engine