| Index: webkit/glue/plugins/pepper_url_request_info.cc
|
| diff --git a/webkit/glue/plugins/pepper_url_request_info.cc b/webkit/glue/plugins/pepper_url_request_info.cc
|
| index f6065095776419d4771d80bbcb6ea0d9a14910a2..228f1241b32d3c105c6081ef311b4f17f17490e8 100644
|
| --- a/webkit/glue/plugins/pepper_url_request_info.cc
|
| +++ b/webkit/glue/plugins/pepper_url_request_info.cc
|
| @@ -168,6 +168,10 @@ const PPB_URLRequestInfo* URLRequestInfo::GetInterface() {
|
| return &ppb_urlrequestinfo;
|
| }
|
|
|
| +URLRequestInfo* URLRequestInfo::AsURLRequestInfo() {
|
| + return this;
|
| +}
|
| +
|
| bool URLRequestInfo::SetBooleanProperty(PP_URLRequestProperty property,
|
| bool value) {
|
| switch (property) {
|
|
|