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

Unified Diff: chrome/browser/resources/md_feedback/feedback.js

Issue 2400173003: [MD Feedback] Add feedback to closure compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 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: chrome/browser/resources/md_feedback/feedback.js
diff --git a/chrome/browser/resources/md_feedback/feedback.js b/chrome/browser/resources/md_feedback/feedback.js
index d36aab512e793a19a951db8c31e7197ac20fd371..61695ad98a31fa7247848b44549c6fa8e2fddd7a 100644
--- a/chrome/browser/resources/md_feedback/feedback.js
+++ b/chrome/browser/resources/md_feedback/feedback.js
@@ -13,8 +13,8 @@ Feedback.UI = class {
/**
* Populates the feedback form with data.
*
- * @param {{email: string|undefined,
- * url: string|undefined}} data
+ * @param {{email: (string|undefined),
+ * url: (string|undefined)}} data
* Parameters in data:
* email - user's email, if available.
* url - url of the tab the user was on before triggering feedback.
« no previous file with comments | « chrome/browser/resources/md_feedback/compiled_resources2.gyp ('k') | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698