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

Unified Diff: chrome/common/extensions/extension_action_unittest.cc

Issue 10993032: Move a line within the M22 branch that had been deleted from trunk before I (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_action_unittest.cc
===================================================================
--- chrome/common/extensions/extension_action_unittest.cc (revision 158393)
+++ chrome/common/extensions/extension_action_unittest.cc (working copy)
@@ -131,8 +131,6 @@
action.ClearAllValuesForTab(100);
ASSERT_FALSE(action.GetIsVisible(1));
ASSERT_FALSE(action.GetIsVisible(100));
-
- message_loop.RunAllPending();
}
TEST_F(ExtensionActionTest, ScriptBadgeAnimation) {
@@ -156,6 +154,8 @@
script_badge.ClearAllValuesForTab(1);
EXPECT_FALSE(script_badge.GetIconAnimation(100));
+
+ message_loop.RunAllPending();
}
TEST_F(ExtensionActionTest, GetAttention) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698