| Index: content/public/renderer/render_frame.h
|
| diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
|
| index 47b958db2ac001c1d0ebfa38c9b6f72ae9002c88..fa394646c9afc800fc51fb4d36f03fc5c98ad1d9 100644
|
| --- a/content/public/renderer/render_frame.h
|
| +++ b/content/public/renderer/render_frame.h
|
| @@ -177,7 +177,8 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
|
| virtual PeripheralContentStatus GetPeripheralContentStatus(
|
| const url::Origin& main_frame_origin,
|
| const url::Origin& content_origin,
|
| - const gfx::Size& unobscured_size) const = 0;
|
| + const gfx::Size& unobscured_size,
|
| + bool record_decision) const = 0;
|
|
|
| // Whitelists a |content_origin| so its content will never be throttled in
|
| // this RenderFrame. Whitelist is cleared by top level navigation.
|
|
|