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

Unified Diff: chrome/browser/ui/toolbar/toolbar_actions_bar_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_bar_unittest.cc
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.cc b/chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.cc
index b0ce77b1658d5ce3e7ccf27e9df1ac2c5d6ac851..7e7933782bce0b9882052540573653a3bfcdfcdc 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.cc
+++ b/chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.cc
@@ -424,7 +424,7 @@
new ExtensionToolbarIconSurfacingBubbleDelegate(profile()));
bubble_delegate->OnBubbleShown();
bubble_delegate->OnBubbleClosed(
- ToolbarActionsBarBubbleDelegate::CLOSE_DISMISS_USER_ACTION);
+ ToolbarActionsBarBubbleDelegate::CLOSE_DISMISS);
EXPECT_FALSE(
ExtensionToolbarIconSurfacingBubbleDelegate::ShouldShowForProfile(
profile()));

Powered by Google App Engine
This is Rietveld 408576698