Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: content/child/blink_platform_impl.h

Issue 1476873002: Adding <keygen> Content Setting (Final) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using top-level dURL. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698