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

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

Issue 2749423003: DevTools: launch What's New from experiments (Closed)
Patch Set: patched Created 3 years, 9 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 | third_party/WebKit/Source/devtools/front_end/help/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1e0c5b1dead87921f5597961c52169ee799fd9dc..c9a91f05cb793b07324bb0b11a198d354161ebe8 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/Help.js
+++ b/third_party/WebKit/Source/devtools/front_end/help/Help.js
@@ -33,8 +33,6 @@ Help.showReleaseNoteIfNeeded = function() {
* @param {number} latestVersion
*/
Help._showReleaseNoteIfNeeded = function(lastSeenVersion, latestVersion) {
- if (!Runtime.experiments.isEnabled('releaseNote'))
- return;
if (lastSeenVersion >= latestVersion)
return;
Help.releaseNoteVersionSetting().set(latestVersion);
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/help/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698