| Index: content/renderer/renderer_blink_platform_impl.h
|
| diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h
|
| index 6775e77d0295fe8fbc1be38ebaf543b51246aba9..e0ffeb6fedf2a2a3747e20a3617b06347d596ad4 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.h
|
| +++ b/content/renderer/renderer_blink_platform_impl.h
|
| @@ -129,6 +129,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
|
| const blink::WebURL& url,
|
| const blink::WebURL& top_origin) override;
|
| void getPluginList(bool refresh,
|
| + const blink::WebSecurityOrigin& mainFrameOrigin,
|
| blink::WebPluginListBuilder* builder) override;
|
| blink::WebPublicSuffixList* publicSuffixList() override;
|
| blink::WebScrollbarBehavior* scrollbarBehavior() override;
|
|
|