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

Side by Side Diff: chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 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 #include <stddef.h>
6
5 #include <ctime> 7 #include <ctime>
6 8
7 #include "base/command_line.h" 9 #include "base/command_line.h"
8 #include "base/files/file_enumerator.h" 10 #include "base/files/file_enumerator.h"
9 #include "base/files/file_util.h" 11 #include "base/files/file_util.h"
10 #include "base/files/scoped_temp_dir.h" 12 #include "base/files/scoped_temp_dir.h"
13 #include "base/macros.h"
11 #include "base/process/launch.h" 14 #include "base/process/launch.h"
12 #include "base/process/process.h" 15 #include "base/process/process.h"
13 #include "base/scoped_native_library.h" 16 #include "base/scoped_native_library.h"
14 #include "base/strings/string_number_conversions.h" 17 #include "base/strings/string_number_conversions.h"
15 #include "base/strings/string_util.h" 18 #include "base/strings/string_util.h"
16 #include "base/strings/stringprintf.h" 19 #include "base/strings/stringprintf.h"
17 #include "base/strings/utf_string_conversions.h" 20 #include "base/strings/utf_string_conversions.h"
21 #include "build/build_config.h"
18 #include "chrome/browser/media/webrtc_browsertest_audio.h" 22 #include "chrome/browser/media/webrtc_browsertest_audio.h"
19 #include "chrome/browser/media/webrtc_browsertest_base.h" 23 #include "chrome/browser/media/webrtc_browsertest_base.h"
20 #include "chrome/browser/media/webrtc_browsertest_common.h" 24 #include "chrome/browser/media/webrtc_browsertest_common.h"
21 #include "chrome/browser/profiles/profile.h" 25 #include "chrome/browser/profiles/profile.h"
22 #include "chrome/browser/ui/browser.h" 26 #include "chrome/browser/ui/browser.h"
23 #include "chrome/browser/ui/browser_tabstrip.h" 27 #include "chrome/browser/ui/browser_tabstrip.h"
24 #include "chrome/browser/ui/tabs/tab_strip_model.h" 28 #include "chrome/browser/ui/tabs/tab_strip_model.h"
25 #include "chrome/common/chrome_paths.h" 29 #include "chrome/common/chrome_paths.h"
26 #include "chrome/common/chrome_switches.h" 30 #include "chrome/common/chrome_switches.h"
27 #include "chrome/test/base/ui_test_utils.h" 31 #include "chrome/test/base/ui_test_utils.h"
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 } 803 }
800 804
801 // Since the AGC is off here there should be no gain at all. 805 // Since the AGC is off here there should be no gain at all.
802 IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcAudioQualityBrowserTest, 806 IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcAudioQualityBrowserTest,
803 MANUAL_TestAutoGainIsOffWithAudioProcessingOff) { 807 MANUAL_TestAutoGainIsOffWithAudioProcessingOff) {
804 const char* kAudioCallWithoutAudioProcessing = 808 const char* kAudioCallWithoutAudioProcessing =
805 "{audio: { mandatory: { echoCancellation: false } } }"; 809 "{audio: { mandatory: { echoCancellation: false } } }";
806 ASSERT_NO_FATAL_FAILURE(TestAutoGainControl( 810 ASSERT_NO_FATAL_FAILURE(TestAutoGainControl(
807 kReferenceFile, kAudioCallWithoutAudioProcessing, "_no_agc")); 811 kReferenceFile, kAudioCallWithoutAudioProcessing, "_no_agc"));
808 } 812 }
OLDNEW
« no previous file with comments | « chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc ('k') | chrome/browser/media/chrome_webrtc_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698