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

Unified Diff: ios/chrome/browser/payments/cells/page_info_item.h

Issue 2588913002: EarlGrey tests for Payment Request (base CL) (Closed)
Patch Set: Addressed comments by jdonnelly@ Created 3 years, 12 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: ios/chrome/browser/payments/cells/page_info_item.h
diff --git a/ios/chrome/browser/payments/cells/page_info_item.h b/ios/chrome/browser/payments/cells/page_info_item.h
index 3fd72aee441841b6165c303857fd99e9af42466c..39f9373627d500c18cdec64ea6605eaba51112ff 100644
--- a/ios/chrome/browser/payments/cells/page_info_item.h
+++ b/ios/chrome/browser/payments/cells/page_info_item.h
@@ -10,6 +10,9 @@
#import "ios/chrome/browser/ui/collection_view/cells/collection_view_item.h"
#import "ios/third_party/material_components_ios/src/components/CollectionCells/src/MaterialCollectionCells.h"
+// The accessibility identifier for the favicon image view.
+extern NSString* const kPageInfoFaviconImageViewId;
+
// PageInfoItem is the model class corresponding to PageInfoCell.
@interface PageInfoItem : CollectionViewItem

Powered by Google App Engine
This is Rietveld 408576698