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

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

Issue 2478863003: Fix the Web Bluetooth chooser when it is used on Chrome apps on non-Mac (Closed)
Patch Set: updated ChooserDialogViewTest 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/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 d277104b45cdfcd26f07dda91a006e27d40b2cf6..fc39e10d1fbcb10398b84bdc5279c4f8f241aa8a 100644
--- a/chrome/browser/ui/views/chooser_content_view.h
+++ b/chrome/browser/ui/views/chooser_content_view.h
@@ -34,7 +34,8 @@ class ChooserContentView : public views::View,
public views::StyledLabelListener {
public:
ChooserContentView(views::TableViewObserver* table_view_observer,
- std::unique_ptr<ChooserController> chooser_controller);
+ std::unique_ptr<ChooserController> chooser_controller,
+ views::StyledLabel* footnote_link);
~ChooserContentView() override;
// views::View:
@@ -63,8 +64,6 @@ class ChooserContentView : public views::View,
base::string16 GetWindowTitle() const;
base::string16 GetDialogButtonLabel(ui::DialogButton button) const;
bool IsDialogButtonEnabled(ui::DialogButton button) const;
- // Ownership of the view is passed to the caller.
- views::StyledLabel* CreateFootnoteView();
void Accept();
void Cancel();
void Close();

Powered by Google App Engine
This is Rietveld 408576698