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

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

Issue 213703004: Ensure that WebRTC AEC recording checkbox is not set if cancelling file dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes + rebase. Created 6 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 | content/browser/media/webrtc_internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | content/browser/media/webrtc_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698