| Index: content/browser/speech/endpointer/energy_endpointer.h
|
| diff --git a/content/browser/speech/endpointer/energy_endpointer.h b/content/browser/speech/endpointer/energy_endpointer.h
|
| index b10d8b76f34f23946ea1d05692aa9f8284a27afe..77ccc55575e2881c123b9ab58d646a1d1af75b61 100644
|
| --- a/content/browser/speech/endpointer/energy_endpointer.h
|
| +++ b/content/browser/speech/endpointer/energy_endpointer.h
|
| @@ -91,6 +91,9 @@ class EnergyEndpointer {
|
| return estimating_environment_;
|
| }
|
|
|
| + // Returns estimated noise level in dB.
|
| + float GetNoiseLevelDb() const;
|
| +
|
| private:
|
| class HistoryRing;
|
|
|
|
|