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

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

Issue 2759223002: Revert of DevTools: launch What's New from experiments (Closed)
Patch Set: 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 15b702a4e80cd6f9009c3c0dec9c490e57ca02bc..d4a2080234646c0b7b52b71f4a8ffa4bcf03113b 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/Help.js
+++ b/third_party/WebKit/Source/devtools/front_end/help/Help.js
@@ -33,6 +33,8 @@
* @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