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

Side by Side Diff: content/browser/resources/media/webrtc_internals.css

Issue 1855193002: Move the call to enable the WebRTC event log from PeerConnectionFactory to PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added CONTENT_EXPORT to WebRTCEventLogHost. Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 5
6 .peer-connection-dump-root { 6 .peer-connection-dump-root {
7 font-size: 0.8em; 7 font-size: 0.8em;
8 padding-bottom: 3px; 8 padding-bottom: 3px;
9 } 9 }
10 10
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 .user-media-request-div-class { 112 .user-media-request-div-class {
113 background-color: lightgray; 113 background-color: lightgray;
114 margin: 10px 0 10px 0; 114 margin: 10px 0 10px 0;
115 } 115 }
116 116
117 .user-media-request-div-class > div { 117 .user-media-request-div-class > div {
118 margin: 5px 0 5px 0; 118 margin: 5px 0 5px 0;
119 } 119 }
120 120
121 .audio-recordings-info { 121 .audio-diagnostic-dumps-info {
122 max-width: 60em; 122 max-width: 60em;
123 } 123 }
OLDNEW
« no previous file with comments | « content/browser/resources/media/dump_creator.js ('k') | content/common/media/aec_dump_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698