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

Unified Diff: chrome/browser/ui/extensions/extension_message_bubble_browsertest.h

Issue 2827603005: Cater for the "double close" when clicking "Learn More" on auto-dismiss extension bubbles. (Closed)
Patch Set: resilience Created 3 years, 8 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/ui/extensions/extension_message_bubble_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/extensions/extension_message_bubble_browsertest.h
diff --git a/chrome/browser/ui/extensions/extension_message_bubble_browsertest.h b/chrome/browser/ui/extensions/extension_message_bubble_browsertest.h
index de8d7fdc593dd3026130598867c99f8c6ba46bc7..10fd8189d533dc258c22308e07a7ce8ac52530d6 100644
--- a/chrome/browser/ui/extensions/extension_message_bubble_browsertest.h
+++ b/chrome/browser/ui/extensions/extension_message_bubble_browsertest.h
@@ -107,8 +107,9 @@ class ExtensionMessageBubbleBrowserTest
void TestDevModeBubbleIsntShownTwice();
// Tests that the bubble indicating an extension is controlling a user's
- // new tab page is shown.
- void TestControlledNewTabPageBubbleShown();
+ // new tab page is shown. When |click_learn_more| is true, the bubble is
+ // closed by clicking the Learn More link, otherwise CloseBubble() is used.
+ void TestControlledNewTabPageBubbleShown(bool click_learn_more);
// Tests that the bubble indicating an extension is controlling a user's
// home page is shown.
« no previous file with comments | « no previous file | chrome/browser/ui/extensions/extension_message_bubble_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698