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

Unified Diff: content/browser/media/webrtc_internals.h

Issue 101063003: Add browser test for AEC dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years 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: content/browser/media/webrtc_internals.h
diff --git a/content/browser/media/webrtc_internals.h b/content/browser/media/webrtc_internals.h
index fcafe657c82079c413ef573e217bbf2f0b169d30..b7b74d97354d974a8a294879a584ee9318b45613 100644
--- a/content/browser/media/webrtc_internals.h
+++ b/content/browser/media/webrtc_internals.h
@@ -5,6 +5,7 @@
#ifndef CONTENT_BROWSER_MEDIA_WEBRTC_INTERNALS_H_
#define CONTENT_BROWSER_MEDIA_WEBRTC_INTERNALS_H_
+#include "base/gtest_prod_util.h"
#include "base/memory/singleton.h"
#include "base/observer_list.h"
#include "base/process/process.h"
@@ -86,6 +87,9 @@ class CONTENT_EXPORT WebRTCInternals : public BrowserChildProcessObserver,
private:
friend struct DefaultSingletonTraits<WebRTCInternals>;
+ FRIEND_TEST_ALL_PREFIXES(WebrtcBrowserTest, CallWithAecDump);
+ FRIEND_TEST_ALL_PREFIXES(WebrtcBrowserTest,
+ CallWithAecDumpEnabledThenDisabled);
WebRTCInternals();
virtual ~WebRTCInternals();
« no previous file with comments | « content/browser/media/webrtc_browsertest.cc ('k') | content/browser/renderer_host/render_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698