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

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

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.cc
diff --git a/chrome/browser/ui/views/chooser_content_view.cc b/chrome/browser/ui/views/chooser_content_view.cc
index 81bcbbd3a4c038e86ac178c28c716d5b27c8d742..48a182a7a7261f69d6e680de0476e6410aa0ae74 100644
--- a/chrome/browser/ui/views/chooser_content_view.cc
+++ b/chrome/browser/ui/views/chooser_content_view.cc
@@ -18,7 +18,7 @@ const int kChooserWidth = 330;
const int kChooserHeight = 220;
-const int kThrobberDiameter = 50;
+const int kThrobberDiameter = 24;
} // namespace
@@ -158,7 +158,7 @@ bool ChooserContentView::IsDialogButtonEnabled(ui::DialogButton button) const {
!table_view_->selection_model().empty();
}
-views::View* ChooserContentView::CreateExtraView() {
+views::Link* ChooserContentView::CreateExtraView() {
discovery_state_ = new views::Link(chooser_controller_->GetStatus());
discovery_state_->SetHandlesTooltips(false);
discovery_state_->SetUnderline(false);

Powered by Google App Engine
This is Rietveld 408576698