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

Unified Diff: chrome/browser/cocoa/about_window_controller_unittest.mm

Issue 339010: Make the About box display existing pending operations instead of firing off a new update check (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/cocoa/about_window_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/about_window_controller_unittest.mm
===================================================================
--- chrome/browser/cocoa/about_window_controller_unittest.mm (revision 30078)
+++ chrome/browser/cocoa/about_window_controller_unittest.mm (working copy)
@@ -84,10 +84,6 @@
// Make sure the button is hooked up
ASSERT_EQ([button target], about_window_controller_.get());
ASSERT_EQ([button action], @selector(updateNow:));
-
- // Make sure the button is disabled once clicked
- [about_window_controller_ updateNow:about_window_controller_.get()];
- ASSERT_FALSE([button isEnabled]);
}
// Doesn't confirm correctness, but does confirm something happens.
« no previous file with comments | « chrome/browser/cocoa/about_window_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698