| Index: chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/profile_list_view_controller.h b/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| index b383842500f2e56aed1121ff4b3bc5ff72731519..a02ebb3c8faafbff05f30a3c6630f66ea4e4ce0a 100644
|
| --- a/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/profile_list_view_controller.h
|
| @@ -64,9 +64,6 @@ class ProfileListViewController : public PaymentRequestSheetController {
|
| // Returns the string displayed at the top of the view.
|
| virtual base::string16 GetHeaderString() = 0;
|
|
|
| - // Not owned. Never null. Outlives this object.
|
| - PaymentRequest* request_;
|
| -
|
| private:
|
| std::unique_ptr<views::Button> CreateRow(autofill::AutofillProfile* profile);
|
| PaymentRequestItemList list_;
|
|
|