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

Unified Diff: content/browser/renderer_host/media/media_stream_ui_controller.cc

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/media/media_stream_ui_controller.cc
===================================================================
--- content/browser/renderer_host/media/media_stream_ui_controller.cc (revision 175045)
+++ content/browser/renderer_host/media/media_stream_ui_controller.cc (working copy)
@@ -104,7 +104,7 @@
return;
}
- host->GetDelegate()->RequestMediaAccessPermission(&request, callback);
+ host->GetDelegate()->RequestMediaAccessPermission(request, callback);
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698