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

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: Created 7 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_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..ba87f77fd178775e7e2fe55de031390b7882a84e 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
This is Rietveld 408576698