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

Side by Side Diff: chrome/browser/media/webrtc/webrtc_browsertest_perf.h

Issue 2307083002: Cleanup: move WebRTC related files from chrome/browser/media to chrome/browser/media/webrtc/ (Closed)
Patch Set: Removed file wrongly resuscitated during rebase Created 4 years, 3 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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 #ifndef CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_PERF_H_ 5 #ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_PERF_H_
6 #define CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_PERF_H_ 6 #define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_PERF_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 namespace base { 10 namespace base {
11 class DictionaryValue; 11 class DictionaryValue;
12 } 12 }
13 13
14 namespace test { 14 namespace test {
15 15
16 // These functions takes parsed data (on one peer connection) from the 16 // These functions takes parsed data (on one peer connection) from the
(...skipping 17 matching lines...) Expand all
34 const std::string& video_codec); 34 const std::string& video_codec);
35 void PrintMetricsForSendStreams(const base::DictionaryValue& pc_dict, 35 void PrintMetricsForSendStreams(const base::DictionaryValue& pc_dict,
36 const std::string& modifier, 36 const std::string& modifier,
37 const std::string& video_codec); 37 const std::string& video_codec);
38 void PrintMetricsForRecvStreams(const base::DictionaryValue& pc_dict, 38 void PrintMetricsForRecvStreams(const base::DictionaryValue& pc_dict,
39 const std::string& modifier, 39 const std::string& modifier,
40 const std::string& video_codec); 40 const std::string& video_codec);
41 41
42 } // namespace test 42 } // namespace test
43 43
44 #endif // CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_PERF_H_ 44 #endif // CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_BROWSERTEST_PERF_H_
OLDNEW
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_browsertest_common.cc ('k') | chrome/browser/media/webrtc/webrtc_browsertest_perf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698