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

Unified Diff: chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc

Issue 2468403002: Make WebBluetooth chooser consistent on Android and desktops (desktop part) (Closed)
Patch Set: address comments Created 4 years, 1 month 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/website_settings/chooser_bubble_ui_view.cc
diff --git a/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc b/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc
index f29c095cfa4543aa06c1223fe320e9ffb15648af..a262f8e23f5c00a16e4690354aa84d6c1cd64cea 100644
--- a/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc
+++ b/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc
@@ -50,7 +50,6 @@ class ChooserBubbleUiViewDelegate : public views::BubbleDialogDelegateView,
// views::DialogDelegate:
base::string16 GetDialogButtonLabel(ui::DialogButton button) const override;
bool IsDialogButtonEnabled(ui::DialogButton button) const override;
- views::View* CreateExtraView() override;
views::View* CreateFootnoteView() override;
bool Accept() override;
bool Cancel() override;
@@ -97,7 +96,7 @@ ChooserBubbleUiViewDelegate::ChooserBubbleUiViewDelegate(
// | -------------------------------- |
// | [ Connect ] [ Cancel ] |
// |----------------------------------|
- // | Not seeing your device? Get help |
+ // | Get help |
// ------------------------------------
chooser_content_view_ =
@@ -120,10 +119,6 @@ bool ChooserBubbleUiViewDelegate::IsDialogButtonEnabled(
return chooser_content_view_->IsDialogButtonEnabled(button);
}
-views::View* ChooserBubbleUiViewDelegate::CreateExtraView() {
- return chooser_content_view_->CreateExtraView();
-}
-
views::View* ChooserBubbleUiViewDelegate::CreateFootnoteView() {
return chooser_content_view_->CreateFootnoteView();
}
« no previous file with comments | « chrome/browser/ui/views/extensions/chooser_dialog_view_unittest.cc ('k') | ui/views/controls/styled_label.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698