| 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;
|
|
|
|
|