Index: ui/base/cocoa/controls/hyperlink_text_view.h |
diff --git a/ui/base/cocoa/controls/hyperlink_text_view.h b/ui/base/cocoa/controls/hyperlink_text_view.h |
index a8f7a20560399f674e89631c09491b970ef5c850..f04ad40b1823aee1b60fa85e0c5e2b39aec6b907 100644 |
--- a/ui/base/cocoa/controls/hyperlink_text_view.h |
+++ b/ui/base/cocoa/controls/hyperlink_text_view.h |
@@ -20,16 +20,6 @@ UI_BASE_EXPORT |
@property(nonatomic, assign) BOOL drawsBackgroundUsingSuperview; |
-// Convenience function that sets the |HyperlinkTextView| contents to the |
-// specified |message| with a hypertext style |link| inserted at |linkOffset|. |
-// Uses the supplied |font|, |messageColor|, and |linkColor|. |
-- (void)setMessageAndLink:(NSString*)message |
- withLink:(NSString*)link |
- atOffset:(NSUInteger)linkOffset |
- font:(NSFont*)font |
- messageColor:(NSColor*)messageColor |
- linkColor:(NSColor*)linkColor; |
- |
// Set the |message| displayed by the HyperlinkTextView, using |font| and |
// |messageColor|. |
- (void)setMessage:(NSString*)message |