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

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

Issue 2876663002: [Web Payments] Add data attribution string to dialog (Closed)
Patch Set: Address comments, fix tests compile Created 3 years, 7 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/payment_request_dialog_view.h
diff --git a/chrome/browser/ui/views/payments/payment_request_dialog_view.h b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
index 4f29f6399f039eabc39280b52959b4dfcf25ea6e..6c156710aa74889273c2c1de94093a20bee65071 100644
--- a/chrome/browser/ui/views/payments/payment_request_dialog_view.h
+++ b/chrome/browser/ui/views/payments/payment_request_dialog_view.h
@@ -21,6 +21,8 @@ class AutofillProfile;
class CreditCard;
} // namespace autofill
+class Profile;
+
namespace payments {
class PaymentRequest;
@@ -150,6 +152,8 @@ class PaymentRequestDialogView : public views::DialogDelegateView,
// a way of closing the dialog.
void ShowProcessingSpinner();
+ Profile* GetProfile();
+
ViewStack* view_stack_for_testing() { return view_stack_.get(); }
private:
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/ui/views/payments/payment_request_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698