| Index: content/browser/webrtc/webrtc_internals.h
|
| diff --git a/content/browser/webrtc/webrtc_internals.h b/content/browser/webrtc/webrtc_internals.h
|
| index 66f8cd1c4a15705e4737ef27901f052fa14df5e6..48a222fb736dd1ddee96033c25113888aa106ecf 100644
|
| --- a/content/browser/webrtc/webrtc_internals.h
|
| +++ b/content/browser/webrtc/webrtc_internals.h
|
| @@ -109,8 +109,8 @@ class CONTENT_EXPORT WebRTCInternals : public RenderProcessHostObserver,
|
| bool IsEventLogRecordingsEnabled() const;
|
| const base::FilePath& GetEventLogFilePath() const;
|
|
|
| - int num_open_connections() { return num_open_connections_; }
|
| - bool IsPowerSavingBlocked() { return !!power_save_blocker_; }
|
| + int num_open_connections() const { return num_open_connections_; }
|
| + bool IsPowerSavingBlocked() const { return !!power_save_blocker_; }
|
|
|
| protected:
|
| // Constructor/Destructor are protected to allow tests to derive from the
|
|
|