| 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 0bfa199febc6ff02869bcc7bce5d6635e1e260d3..1d63f19f057006ab444b214ef1db28088b0bd2f8 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.h
|
| +++ b/content/renderer/renderer_blink_platform_impl.h
|
| @@ -128,6 +128,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
|
| const blink::WebURL& url,
|
| const blink::WebURL& top_origin) override;
|
| void getPluginList(bool refresh,
|
| + blink::WebSecurityOrigin* origin,
|
| blink::WebPluginListBuilder* builder) override;
|
| blink::WebPublicSuffixList* publicSuffixList() override;
|
| blink::WebScrollbarBehavior* scrollbarBehavior() override;
|
|
|