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

Unified Diff: ios/chrome/browser/infobars/confirm_infobar_controller+protected.h

Issue 2831293002: Change target+selector for block in InfoBarView (Closed)
Patch Set: Address comment 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/chrome/browser/infobars/confirm_infobar_controller+protected.h
diff --git a/ios/chrome/browser/infobars/confirm_infobar_controller+protected.h b/ios/chrome/browser/infobars/confirm_infobar_controller+protected.h
index 99d41cc84b1e82b7ec63c0a1d54c420c98f170ec..aca49577956467b618a66bb0c909e0fa8818bdc2 100644
--- a/ios/chrome/browser/infobars/confirm_infobar_controller+protected.h
+++ b/ios/chrome/browser/infobars/confirm_infobar_controller+protected.h
@@ -11,7 +11,7 @@
// Action for any of the user defined buttons.
- (void)infoBarButtonDidPress:(id)sender;
// Action for any of the user defined links.
-- (void)infobarLinkDidPress:(NSNumber*)tag;
+- (void)infobarLinkDidPress:(NSUInteger)tag;
// Updates the label on the provided view.
- (void)updateInfobarLabel:(InfoBarView*)view;
@end

Powered by Google App Engine
This is Rietveld 408576698