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

Unified Diff: chrome/browser/ui/webui/help/help_browsertest.js

Issue 10539114: Revert 141693 - Add relaunch prompt to linux help page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « chrome/browser/resources/help/help.js ('k') | chrome/browser/ui/webui/help/version_updater_basic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/help/help_browsertest.js
===================================================================
--- chrome/browser/ui/webui/help/help_browsertest.js (revision 141708)
+++ chrome/browser/ui/webui/help/help_browsertest.js (working copy)
@@ -19,24 +19,3 @@
TEST_F('HelpPageWebUITest', 'testOpenHelpPage', function() {
assertEquals(this.browsePreload, document.location.href);
});
-
-GEN('#if defined(OS_LINUX) || defined(GOOGLE_CHROME_BUILD)');
-
-// Test that repeated calls to setUpdateStatus work.
-TEST_F('HelpPageWebUITest', 'testUpdateState', function() {
- expectTrue($('update-status-container').hidden);
-
- help.HelpPage.setUpdateStatus('disabled', '');
- expectTrue($('relaunch').hidden);
- expectTrue($('update-status-container').hidden);
-
- help.HelpPage.setUpdateStatus('nearly_updated', '');
- expectTrue(!$('relaunch').hidden);
- expectTrue(!$('update-status-container').hidden);
-
- help.HelpPage.setUpdateStatus('disabled', '');
- expectTrue($('relaunch').hidden);
- expectTrue($('update-status-container').hidden);
-});
-
-GEN('#endif');
Property changes on: chrome/browser/ui/webui/help/help_browsertest.js
___________________________________________________________________
Deleted: svn:mime-type
- text/javascript
« no previous file with comments | « chrome/browser/resources/help/help.js ('k') | chrome/browser/ui/webui/help/version_updater_basic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698