| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 6aab04badc5a5338f15f31c96e95ff352e475fcd..a0d3ea8e62abc76004b44687ced207df5ea32bda 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -69,7 +69,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| blink::WebString signedPublicKeyAndChallengeString(
|
| unsigned key_size_index,
|
| const blink::WebString& challenge,
|
| - const blink::WebURL& url) override;
|
| + const blink::WebURL& url,
|
| + const blink::WebURL& parent_url) override;
|
| size_t memoryUsageMB() override;
|
| size_t actualMemoryUsageMB() override;
|
| size_t physicalMemoryMB() override;
|
|
|