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

Unified Diff: chrome/browser/extensions/browser_action_apitest.cc

Issue 269079: Implement new page action API. (Closed)
Patch Set: compile fixes 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 | « no previous file | chrome/browser/extensions/extension_browser_actions_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/browser_action_apitest.cc
diff --git a/chrome/browser/extensions/browser_action_apitest.cc b/chrome/browser/extensions/browser_action_apitest.cc
index 692e74e93f6aeffe22acdb3a0bd93da4aaadae0c..8690081ac45d0c4812b0810f09439dd343ba439e 100644
--- a/chrome/browser/extensions/browser_action_apitest.cc
+++ b/chrome/browser/extensions/browser_action_apitest.cc
@@ -36,7 +36,6 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, BrowserAction) {
// Test that we received the changes.
ExtensionActionState* action_state = extension->browser_action_state();
ASSERT_EQ("Modified", action_state->title());
- ASSERT_EQ(1, action_state->icon_index());
ASSERT_EQ("badge", action_state->badge_text());
ASSERT_EQ(SkColorSetARGB(255, 255, 255, 255),
action_state->badge_background_color());
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_browser_actions_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698