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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.h

Issue 1877943002: Add unit test for providing empty list of detail items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.h b/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.h
index 786e6a70a06303ccd9c79650d1dbfd2796d7d472..8f928bb630ec848e0f366f384fefedb1097aad62 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentDetailsTestHelper.h
@@ -15,7 +15,8 @@ namespace blink {
enum PaymentTestDetailToChange {
PaymentTestDetailNone,
PaymentTestDetailItem,
- PaymentTestDetailShippingOption
+ PaymentTestDetailShippingOption,
+ PaymentTestDetailNoItems,
};
enum PaymentTestDataToChange {

Powered by Google App Engine
This is Rietveld 408576698