| 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 b8bfd7208c2ecab11737942f6c5287cd3f3da722..f00c5b6a838486b2489a22e44b29d55673bc21d0 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;
|
|
|