Remove webrtc::test::ValidateFieldTrialsStringOrDie.
Bug: webrtc:10729 Change-Id: Id3cf91b7ddb680b01bd21bd3b17a9402cf3726d7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229592 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#34830}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
2c8567b87a
commit
95e6f0aea2
@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
namespace test {
|
namespace test {
|
||||||
void ValidateFieldTrialsStringOrDie(const std::string&) {}
|
|
||||||
|
|
||||||
ScopedFieldTrials::ScopedFieldTrials(const std::string& config)
|
ScopedFieldTrials::ScopedFieldTrials(const std::string& config)
|
||||||
: previous_field_trials_(webrtc::field_trial::GetFieldTrialString()) {
|
: previous_field_trials_(webrtc::field_trial::GetFieldTrialString()) {
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
namespace test {
|
namespace test {
|
||||||
// TODO(jonasolsson): remove once all internal usages are gone.
|
|
||||||
void ValidateFieldTrialsStringOrDie(const std::string&);
|
|
||||||
|
|
||||||
// This class is used to override field-trial configs within specific tests.
|
// This class is used to override field-trial configs within specific tests.
|
||||||
// After this class goes out of scope previous field trials will be restored.
|
// After this class goes out of scope previous field trials will be restored.
|
||||||
|
Reference in New Issue
Block a user