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

Side by Side Diff: content/public/renderer/webrtc_logging_initializer.cc

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed some errors. Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
Jói 2013/05/27 17:50:03 nit: No (c). I think with or without is OK though,
Henrik Grunell 2013/05/28 06:04:30 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "content/public/renderer/webrtc_logging_initializer.h"
6
7 #include "third_party/libjingle/overrides/talk/base/logging.h"
8
9 namespace content {
10
11 void InitWebRtcLoggingDelegate(talk_base::LogMessageDelegate* delegate) {
12 talk_base::InitDiagnosticLoggingDelegate(delegate);
13 }
14
15 } // namespace content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698