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

Unified Diff: chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc

Issue 1456213002: Revert of [Extensions] Don't count bubble dismissal from focus loss as acknowledgment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc b/chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc
index c0e7d267a571d17aa58379e6dc0f12229cf7b2c2..787e5da1516ff9ad946f46947debd053fcfb76c8 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc
+++ b/chrome/browser/ui/toolbar/toolbar_actions_model_unittest.cc
@@ -1229,8 +1229,7 @@
scoped_ptr<ToolbarActionsBarBubbleDelegate> bubble(
new ExtensionToolbarIconSurfacingBubbleDelegate(profile()));
- bubble->OnBubbleClosed(
- ToolbarActionsBarBubbleDelegate::CLOSE_DISMISS_USER_ACTION);
+ bubble->OnBubbleClosed(ToolbarActionsBarBubbleDelegate::CLOSE_DISMISS);
EXPECT_FALSE(toolbar_model->is_highlighting());
EXPECT_EQ(ToolbarActionsModel::HIGHLIGHT_NONE,

Powered by Google App Engine
This is Rietveld 408576698