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

Unified Diff: chrome/browser/resources/help/channel_change_page.js

Issue 565903002: Fixed "Relaunch and Powerwash" button on a chrome://help page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 6 years, 3 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 | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/channel_change_page.js
diff --git a/chrome/browser/resources/help/channel_change_page.js b/chrome/browser/resources/help/channel_change_page.js
index b084effeec39b984d42d466c53add65be0f720eb..3763f6533c797e2dd53f080bc0836a9671603e10 100644
--- a/chrome/browser/resources/help/channel_change_page.js
+++ b/chrome/browser/resources/help/channel_change_page.js
@@ -195,7 +195,6 @@ cr.define('help', function() {
*/
updateIsEnterpriseManaged_: function(isEnterpriseManaged) {
this.isEnterpriseManaged_ = isEnterpriseManaged;
- help.HelpPage.updateChannelChangePageContainerVisibility();
michaelpg 2014/09/15 19:05:52 Is this call replaced anywhere? this works becaus
ygorshenin1 2014/09/16 12:49:47 Thanks for pointing this out! I've added HelpPage.
},
/**
@@ -209,7 +208,6 @@ cr.define('help', function() {
return;
this.currentChannel_ = channel;
this.selectOption_(channel);
- help.HelpPage.updateChannelChangePageContainerVisibility();
},
/**
@@ -223,7 +221,6 @@ cr.define('help', function() {
if (this.channelList_.indexOf(channel) < 0)
return;
this.targetChannel_ = channel;
- help.HelpPage.updateChannelChangePageContainerVisibility();
},
/**
« no previous file with comments | « no previous file | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698