| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 4ea1053ffc386dee47b624c05cadade27b7084f0..9978654a34422637c3204e7771c975e740d3b29c 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -796,7 +796,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void DecrementBluetoothConnectedDeviceCount();
|
|
|
| // Called when the WebContents gains or loses a persistent video.
|
| - void SetHasPersistentVideo(bool value);
|
| + void SetHasPersistentVideo(bool has_persistent_video);
|
|
|
| // Whether the WebContents has an active player is effectively fullscreen.
|
| // That means that the video is either fullscreen or it is the content of
|
|
|