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

Unified Diff: chrome/browser/ui/find_bar/find_bar.h

Issue 2848883005: Test FindBar audible alerts. (Closed)
Patch Set: Address Scott's comment. Created 3 years, 7 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
Index: chrome/browser/ui/find_bar/find_bar.h
diff --git a/chrome/browser/ui/find_bar/find_bar.h b/chrome/browser/ui/find_bar/find_bar.h
index 9bda180cb987f78f2dfb0d099968bd41a3f42a51..349f79621dfc176581e388eb92c1ddb556f75a2c 100644
--- a/chrome/browser/ui/find_bar/find_bar.h
+++ b/chrome/browser/ui/find_bar/find_bar.h
@@ -111,6 +111,9 @@ class FindBarTesting {
// Gets the pixel width of the FindBar.
virtual int GetWidth() = 0;
+
+ // Gets the number of audible alerts that have been issued by this bar.
+ virtual size_t GetAudibleAlertCount() = 0;
};
#endif // CHROME_BROWSER_UI_FIND_BAR_FIND_BAR_H_
« no previous file with comments | « chrome/browser/ui/cocoa/find_bar/find_bar_bridge.mm ('k') | chrome/browser/ui/find_bar/find_bar_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698