diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 02:40:27 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 02:40:27 +0000 |
commit | e659eb915610370c828a64ae2d82519cc10c60e7 (patch) | |
tree | 34833965b451d3cf3c0bead4a344592d3655963f /chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h | |
parent | fbec2b043867e69cf75476fa79586094def3672a (diff) | |
download | chromium_src-e659eb915610370c828a64ae2d82519cc10c60e7.zip chromium_src-e659eb915610370c828a64ae2d82519cc10c60e7.tar.gz chromium_src-e659eb915610370c828a64ae2d82519cc10c60e7.tar.bz2 |
Extension Install bubble signin-promo polish.
Addressing post-commit review comments made on this CL:
https://codereview.chromium.org/11997002/
BUG=164955
TEST=None
Review URL: https://chromiumcodereview.appspot.com/12084087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h')
-rw-r--r-- | chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h index 5a9eb67..803a77d 100644 --- a/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h +++ b/chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h @@ -14,6 +14,7 @@ class Browser; class ExtensionLoadedNotificationObserver; +@class HyperlinkTextView; @class HoverCloseButton; @class InfoBubbleView; @@ -90,7 +91,7 @@ typedef enum { // text views cannot conveniently be created in IB. The xib file contains // a text field |promoPlaceholder_| that's replaced by this text view |promo_| // in -awakeFromNib. - scoped_nsobject<NSTextView> promo_; + scoped_nsobject<HyperlinkTextView> promo_; // Only shown for bundle installs. IBOutlet NSTextField* installedHeadingMsg_; IBOutlet NSTextField* installedItemsMsg_; |