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

Unified Diff: chrome/browser/ui/views/payments/profile_list_view_controller.h

Issue 2742813004: [Payments] Refactor into PaymentRequestState and Spec (Closed)
Patch Set: don't stop rebasin' Created 3 years, 9 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/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_;

Powered by Google App Engine
This is Rietveld 408576698