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

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

Issue 2588913002: EarlGrey tests for Payment Request (base CL) (Closed)
Patch Set: Moved the experimental flag back to the BVC Created 3 years, 11 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
« no previous file with comments | « components/components_strings.grd ('k') | ios/chrome/browser/payments/cells/page_info_item.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/components_strings.grd ('k') | ios/chrome/browser/payments/cells/page_info_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698