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

Unified Diff: content/browser/renderer_host/media/media_stream_dispatcher_host.h

Issue 8525018: switch to DVLOG from VLOG, and move struct definition to cc file (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: code review Created 9 years, 1 month 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/renderer_host/media/media_stream_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/media_stream_dispatcher_host.h
===================================================================
--- content/browser/renderer_host/media/media_stream_dispatcher_host.h (revision 109546)
+++ content/browser/renderer_host/media/media_stream_dispatcher_host.h (working copy)
@@ -63,16 +63,7 @@
const content::ResourceContext* resource_context_;
int render_process_id_;
- struct StreamRequest {
- StreamRequest() {}
- StreamRequest(int render_view_id, int page_request_id)
- : render_view_id(render_view_id),
- page_request_id(page_request_id ) {
- }
- int render_view_id;
- // Id of the request generated by MediaStreamDispatcher.
- int page_request_id;
- };
+ struct StreamRequest;
typedef std::map<std::string, StreamRequest> StreamMap;
// Streams generated for this host.
StreamMap streams_;
« no previous file with comments | « no previous file | content/browser/renderer_host/media/media_stream_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698