Chromium Code Reviews| Index: webrtc/system_wrappers/include/field_trial.h |
| diff --git a/webrtc/system_wrappers/include/field_trial.h b/webrtc/system_wrappers/include/field_trial.h |
| index 62fbfd1a50e59dd37c5c712f012af932b7940626..a73c7ad671927f6a6a140e5fe24eac692117f7dd 100644 |
| --- a/webrtc/system_wrappers/include/field_trial.h |
| +++ b/webrtc/system_wrappers/include/field_trial.h |
| @@ -62,6 +62,10 @@ namespace field_trial { |
| // Note: To keep things tidy append all the trial names with WebRTC. |
| std::string FindFullName(const std::string& name); |
| +// Convenience method, returns true iff FindFullName(name) return a string that |
| +// starts with "Enabled". |
| +bool IsEnabled(const std::string& name); |
|
tommi
2017/02/28 11:52:41
const char*
sprang_webrtc
2017/02/28 12:18:31
Done.
|
| + |
| } // namespace field_trial |
| } // namespace webrtc |