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

Unified Diff: ios/public/provider/chrome/browser/ui/infobar_view_protocol.h

Issue 2102043002: Add markedLabel property to InfoBarViewProtocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@confirm_protected_header
Patch Set: Add markedLabel property to InfoBarViewProtocol Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/ui/infobar_view_protocol.h
diff --git a/ios/public/provider/chrome/browser/ui/infobar_view_protocol.h b/ios/public/provider/chrome/browser/ui/infobar_view_protocol.h
index 26517a1f25451b6e5a8a97b6ed8d3c220a846129..0cb6b569ff3cdda853ab75a4081c29eda9b43d51 100644
--- a/ios/public/provider/chrome/browser/ui/infobar_view_protocol.h
+++ b/ios/public/provider/chrome/browser/ui/infobar_view_protocol.h
@@ -16,6 +16,8 @@ class InfoBarViewDelegate;
// How much of infobar is visible. The infobar is only partly visible during
// showing/hiding animation.
@property(nonatomic, assign) CGFloat visibleHeight;
+// Label text with links initialized with |stringAsLink:|.
+@property(nonatomic, readonly) NSString* markedLabel;
// Stops propagating events to delegate.
- (void)resetDelegate;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698