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

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: address comments 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..8d2016a53b57e6a4b71e62cfc5215bd1a20ccbd5 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,7 +71,7 @@ class ChooserContentView : public views::View,
void UpdateTableView();
views::TableView* table_view_for_test() const { return table_view_; }
- views::StyledLabel* styled_label_for_test() const { return styled_label_; }
+ views::Throbber* throbber_for_test() const { return throbber_; }
private:
std::unique_ptr<ChooserController> chooser_controller_;
« no previous file with comments | « chrome/browser/chooser_controller/mock_chooser_controller.cc ('k') | chrome/browser/ui/views/chooser_content_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698