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

Unified Diff: ui/file_manager/externs/webview_tag.js

Issue 1010163002: Files.app: Fix closure error which will raised by the updated compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define FakeEntry record type and use it. Created 5 years, 9 months 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
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/file_operation_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/file_operation_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698