| 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();
|
|
|