| Index: ui/file_manager/externs/webview_tag.js
|
| diff --git a/ui/file_manager/externs/webview_tag.js b/ui/file_manager/externs/webview_tag.js
|
| index ae2032975a8e68ae0d0707fc175abfa5d31e0957..7bea1fdcc76f98126d1d8232c10128817e83ccef 100644
|
| --- a/ui/file_manager/externs/webview_tag.js
|
| +++ b/ui/file_manager/externs/webview_tag.js
|
| @@ -192,6 +192,9 @@ var SelectionRect;
|
| */
|
| function WebRequestEventInteface() {}
|
|
|
| +/** @type {!WebRequestEvent} */
|
| +WebRequestEventInteface.prototype.onBeforeSendHeaders;
|
| +
|
| /**
|
| * @constructor
|
| * @extends {HTMLIFrameElement}
|
|
|