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

Unified Diff: components/chrome_apps/webstore_widget/externs/webview_tag.js

Issue 2805853002: Compile suggest_app_dialog in gyp v2 (Closed)
Patch Set: Fix unit test. Created 3 years, 8 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
Index: components/chrome_apps/webstore_widget/externs/webview_tag.js
diff --git a/components/chrome_apps/webstore_widget/externs/webview_tag.js b/components/chrome_apps/webstore_widget/externs/webview_tag.js
index 7bea1fdcc76f98126d1d8232c10128817e83ccef..cc6eb4521142ab9d7b81aac888fc95e9495e7bdb 100644
--- a/components/chrome_apps/webstore_widget/externs/webview_tag.js
+++ b/components/chrome_apps/webstore_widget/externs/webview_tag.js
@@ -188,12 +188,12 @@ var SelectionRect;
/**
* @constructor
- * @see https://developer.chrome.com/apps/tags/webview#type-WebRequestEventInteface
+ * @see https://developer.chrome.com/apps/tags/webview#type-WebRequestEventInterface
*/
-function WebRequestEventInteface() {}
+function WebRequestEventInterface() {}
-/** @type {!WebRequestEvent} */
-WebRequestEventInteface.prototype.onBeforeSendHeaders;
+/** @type {!WebRequestOptionallySynchronousEvent} */
+WebRequestEventInterface.prototype.onBeforeSendHeaders;
/**
* @constructor
@@ -208,7 +208,7 @@ function WebView() {}
WebView.prototype.contentWindow;
/**
- * @type {!WebRequestEventInteface}
+ * @type {!WebRequestEventInterface}
* @see https://developer.chrome.com/apps/tags/webview#property-request
*/
WebView.prototype.request;

Powered by Google App Engine
This is Rietveld 408576698