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

Unified Diff: components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.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/cws_widget/cws_webview_client.js
diff --git a/components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js b/components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js
index 0cafeab61a005886489ff10946c9469f78a1cbef..3b6e84d815152afd524a8bcb29f5449c9ece4eb0 100644
--- a/components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js
+++ b/components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js
@@ -9,14 +9,14 @@
* @param {string} url Share Url for an entry.
* @param {string} target Target (scheme + host + port) of the widget.
* @param {Object<*>} options Options to be sent to the dialog host.
- * @param {!CWSWidgetContainer.PlatformDelegate} delegate Delegate for accessing
+ * @param {!CWSWidgetContainerPlatformDelegate} delegate Delegate for accessing
* Chrome platform APIs.
* @constructor
* @extends {cr.EventTarget}
*/
function CWSContainerClient(webView, width, height, url, target, options,
delegate) {
- /** @private {!CWSWidgetContainer.PlatformDelegate} */
+ /** @private {!CWSWidgetContainerPlatformDelegate} */
this.delegate_ = delegate;
this.webView_ = webView;
this.width_ = width;

Powered by Google App Engine
This is Rietveld 408576698