Index: chrome/browser/ui/views/chooser_content_view.h |
diff --git a/chrome/browser/ui/views/chooser_content_view.h b/chrome/browser/ui/views/chooser_content_view.h |
index 59671f99c0cb64a3be84151bd36bf48567a25b64..978a9ea444197a1ec7d0b831ae3d11554fb99148 100644 |
--- a/chrome/browser/ui/views/chooser_content_view.h |
+++ b/chrome/browser/ui/views/chooser_content_view.h |
@@ -62,7 +62,7 @@ class ChooserContentView : public views::View, |
base::string16 GetDialogButtonLabel(ui::DialogButton button) const; |
bool IsDialogButtonEnabled(ui::DialogButton button) const; |
// Ownership of the view is passed to the caller. |
- views::View* CreateExtraView(); |
+ views::Link* CreateExtraView(); |
// Ownership of the view is passed to the caller. |
views::StyledLabel* CreateFootnoteView(); |
void Accept(); |
@@ -71,6 +71,8 @@ class ChooserContentView : public views::View, |
void UpdateTableView(); |
views::TableView* table_view_for_test() const { return table_view_; } |
+ views::Throbber* throbber_for_test() const { return throbber_; } |
+ views::Link* discovery_state_for_test() const { return discovery_state_; } |
views::StyledLabel* styled_label_for_test() const { return styled_label_; } |
private: |