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

Unified Diff: chrome/browser/ui/cocoa/chooser_content_view_cocoa.h

Issue 2179193002: Add test for WebBluetooth chooser spinner, status, and rescan button on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_test
Patch Set: rebase Created 4 years, 5 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/cocoa/chooser_content_view_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h b/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
index a1a2d16efc1a95da0e8cb433df8346f23bd1d18c..3a430c9fba81d6afd440c5b393ac239599b0acd2 100644
--- a/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
@@ -64,6 +64,15 @@ class ChooserContentViewController;
// Gets the table view for the chooser.
- (NSTableView*)tableView;
+// Gets the spinner.
+- (SpinnerView*)spinner;
+
+// Gets the status text field.
+- (NSTextField*)status;
+
+// Gets the "Re-scan" button.
+- (NSButton*)rescanButton;
+
// Gets the "Connect" button.
- (NSButton*)connectButton;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/chooser_content_view_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698