| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index d1713f9389d054b03dbe99e2346fbb615fe8b705..aa649cd708dfc9f922d956b96e57a50eaaad7135 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -250,9 +250,12 @@ public:
|
| // generated key pair and the supplied challenge string. keySizeindex
|
| // specifies the strength of the key.
|
| virtual WebString signedPublicKeyAndChallengeString(unsigned keySizeIndex,
|
| - const WebString& challenge,
|
| - const WebURL& url) { return WebString(); }
|
| -
|
| + const WebString& challenge,
|
| + const WebURL& url,
|
| + const WebURL& parentURL)
|
| + {
|
| + return WebString();
|
| + }
|
|
|
| // Memory --------------------------------------------------------------
|
|
|
|
|