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

Unified Diff: third_party/WebKit/Source/devtools/front_end/help/Help.js

Issue 2719013005: DevTools: improve design of What's New (Closed)
Patch Set: cl fb Created 3 years, 10 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: third_party/WebKit/Source/devtools/front_end/help/Help.js
diff --git a/third_party/WebKit/Source/devtools/front_end/help/Help.js b/third_party/WebKit/Source/devtools/front_end/help/Help.js
index 35838b6fa7aeafe9822409a24b962f466483123a..7d3b6cb5988000a976d49ad969d4c53767e0fd8e 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/Help.js
+++ b/third_party/WebKit/Source/devtools/front_end/help/Help.js
@@ -81,7 +81,10 @@ Help._releaseNoteViewId = 'release-note';
/** @typedef {!{src: string}} */
Help.ReleaseNoteImage;
-/** @typedef {!{text: string, link: string, featured: (boolean | undefined)}} */
+/** @typedef {!{text: string, link: (string | undefined)}} */
+Help.ReleaseNoteHighlightContent;
+
+/** @typedef {!{contents: !Array<!Help.ReleaseNoteHighlightContent>, featured: (boolean | undefined)}} */
Help.ReleaseNoteHighlight;
/**

Powered by Google App Engine
This is Rietveld 408576698