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

Unified Diff: chrome/browser/ui/views/chooser_content_view.h

Issue 2171103002: Add test for WebBluetooth chooser spinner, status text and rescan button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added test for WebBluetooth chooser spinner, status text and rescan button 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
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:

Powered by Google App Engine
This is Rietveld 408576698