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

Unified Diff: components/chrome_apps/webstore_widget/app/main.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
« no previous file with comments | « no previous file | components/chrome_apps/webstore_widget/cws_widget/app_installer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chrome_apps/webstore_widget/app/main.js
diff --git a/components/chrome_apps/webstore_widget/app/main.js b/components/chrome_apps/webstore_widget/app/main.js
index 4d8f22674098839d27372931d2837cbd603dae2d..d52f85bfabbfdd12aab55395d68514406b2d3b05 100644
--- a/components/chrome_apps/webstore_widget/app/main.js
+++ b/components/chrome_apps/webstore_widget/app/main.js
@@ -54,7 +54,7 @@ function getString(id) {
/**
* @param {Object<string>} strings Localized strings used by the container.
- * @return {!CWSWidgetContainer.PlatformDelegate}
+ * @return {!CWSWidgetContainerPlatformDelegate}
*/
function createPlatformDelegate(strings) {
return {
@@ -208,7 +208,7 @@ window.addEventListener('DOMContentLoaded', function() {
return;
}
- /** @type {!CWSWidgetContainer.PlatformDelegate} */
+ /** @type {!CWSWidgetContainerPlatformDelegate} */
var platformDelegate = createPlatformDelegate(strings);
var root = $('widget-container-root');
« no previous file with comments | « no previous file | components/chrome_apps/webstore_widget/cws_widget/app_installer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698