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

Unified Diff: ui/file_manager/file_manager/foreground/js/launch_param.js

Issue 1123373003: Launch webstore widget app when unsupported printer is plugged in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_cws_widget_scripts
Patch Set: bump app version Created 5 years, 7 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: ui/file_manager/file_manager/foreground/js/launch_param.js
diff --git a/ui/file_manager/file_manager/foreground/js/launch_param.js b/ui/file_manager/file_manager/foreground/js/launch_param.js
index f87d981999ecd36897e2963a727441a455364995..ddbffe85e7478ef1030d056ede700e962f359cb2 100644
--- a/ui/file_manager/file_manager/foreground/js/launch_param.js
+++ b/ui/file_manager/file_manager/foreground/js/launch_param.js
@@ -4,8 +4,8 @@
/**
* @typedef {{
- * overrideCwsContainerUrlForTest: string,
- * overrideCwsContainerOriginForTest: string
+ * overrideCwsContainerUrlForTest: (string|undefined),
+ * overrideCwsContainerOriginForTest: (string|undefined)
* }}
*/
var SuggestAppDialogState;

Powered by Google App Engine
This is Rietveld 408576698