Index: content/browser/media/webrtc_internals.h |
diff --git a/content/browser/media/webrtc_internals.h b/content/browser/media/webrtc_internals.h |
index 8110336de2f8afcb1f4703578f957bcb87ddb4e5..7ff95b9bca9d878703639b94e64b5a577a1a36b3 100644 |
--- a/content/browser/media/webrtc_internals.h |
+++ b/content/browser/media/webrtc_internals.h |
@@ -102,6 +102,8 @@ class CONTENT_EXPORT WebRTCInternals : public NotificationObserver, |
FRIEND_TEST_ALL_PREFIXES(WebRtcBrowserTest, CallWithAecDump); |
FRIEND_TEST_ALL_PREFIXES(WebRtcBrowserTest, |
CallWithAecDumpEnabledThenDisabled); |
+ FRIEND_TEST_ALL_PREFIXES(WebRTCInternalsTest, |
+ AecRecordingFileSelectionCanceled); |
WebRTCInternals(); |
virtual ~WebRTCInternals(); |
@@ -117,6 +119,7 @@ class CONTENT_EXPORT WebRTCInternals : public NotificationObserver, |
virtual void FileSelected(const base::FilePath& path, |
int index, |
void* unused_params) OVERRIDE; |
+ virtual void FileSelectionCanceled(void* params) OVERRIDE; |
// Called when a renderer exits (including crashes). |
void OnRendererExit(int render_process_id); |