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

Unified Diff: ios/chrome/browser/ui/collection_view/collection_view_controller.mm

Issue 2827163002: [Payment Request] Improved matching for the UIAlertView in showcase egtests (Closed)
Patch Set: Initial Created 3 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
« no previous file with comments | « no previous file | ios/showcase/common/protocol_alerter.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/collection_view/collection_view_controller.mm
diff --git a/ios/chrome/browser/ui/collection_view/collection_view_controller.mm b/ios/chrome/browser/ui/collection_view/collection_view_controller.mm
index cbdc9d81cc656e0cdb37f362a3ea3ef7168948b1..65decc131518c50c07d0b7b23a06450f1b6e9845 100644
--- a/ios/chrome/browser/ui/collection_view/collection_view_controller.mm
+++ b/ios/chrome/browser/ui/collection_view/collection_view_controller.mm
@@ -262,6 +262,12 @@
}
}
+#pragma mark - NSObject
+
+- (NSString*)description {
Moe 2017/04/19 22:40:51 UITableViewController seems to be already overridi
lpromero 2017/04/20 16:28:49 Why do you need this? And why in the context of th
Moe 2017/04/20 17:44:51 The difference would be: http://imgur.com/a/SEepa
+ return self.collectionView.accessibilityIdentifier;
+}
+
#pragma mark - Private
// Reconfigures the cell at |indexPath| by calling |configureCell:| with |item|.
« no previous file with comments | « no previous file | ios/showcase/common/protocol_alerter.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698