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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

Issue 11759020: Implement a TODO in the media code: Change a "const MediaStreamRequest*" arg in various APIs to "co… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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/renderer_host/render_view_host_delegate.h
===================================================================
--- content/browser/renderer_host/render_view_host_delegate.h (revision 175045)
+++ content/browser/renderer_host/render_view_host_delegate.h (working copy)
@@ -413,7 +413,7 @@
// |request|, and the client should grant or deny that permission by
// calling |callback|.
virtual void RequestMediaAccessPermission(
- const MediaStreamRequest* request,
+ const MediaStreamRequest& request,
const MediaResponseCallback& callback) {}
protected:
« no previous file with comments | « content/browser/renderer_host/media/media_stream_ui_controller.cc ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698