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

Unified Diff: ios/showcase/common/protocol_alerter.mm

Issue 2778343002: [Payment Request] Picker view + showcase integration + egtests (Closed)
Patch Set: Addressed comments 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
Index: ios/showcase/common/protocol_alerter.mm
diff --git a/ios/showcase/common/protocol_alerter.mm b/ios/showcase/common/protocol_alerter.mm
index d1f420edc0ae844eecfa9012fc081ecda09aa2c4..e506e9290f2f8ecec361b1cede0646752b8a695e 100644
--- a/ios/showcase/common/protocol_alerter.mm
+++ b/ios/showcase/common/protocol_alerter.mm
@@ -170,7 +170,7 @@ char kAssociatedProtocolNameKey;
// Return a string describing an argument at |index| that's known to be an
// objective-C object.
- (NSString*)objectDescriptionAtIndex:(NSInteger)index {
- id object;
+ __unsafe_unretained id object;
[self getArgument:&object atIndex:index];
if (!object)
« no previous file with comments | « ios/chrome/browser/payments/payment_request_picker_view_controller.mm ('k') | ios/showcase/core/showcase_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698