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

Unified Diff: content/browser/media/webrtc_internals_ui_observer.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
Index: content/browser/media/webrtc_internals_ui_observer.h
diff --git a/content/browser/media/webrtc_internals_ui_observer.h b/content/browser/media/webrtc_internals_ui_observer.h
index 8d2c60e63b80cfa2cca3b352cde7cadf7d50d155..31082b6181fb9836b486ef85b39e5803c744b4e4 100644
--- a/content/browser/media/webrtc_internals_ui_observer.h
+++ b/content/browser/media/webrtc_internals_ui_observer.h
@@ -18,7 +18,8 @@ class WebRTCInternalsUIObserver {
public:
virtual ~WebRTCInternalsUIObserver() {}
- // This is called on the browser IO thread.
+ // This is called on the browser IO thread. |args| can be NULL if there are no
+ // arguments.
virtual void OnUpdate(const std::string& command,
const base::Value* args) = 0;
};
« no previous file with comments | « content/browser/media/webrtc_internals_message_handler.cc ('k') | content/browser/media/webrtc_internals_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698