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

Unified Diff: chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h

Issue 865373002: Removed calls to [HyperlinkTextView setMessageAndLink:withLink:...] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor change to address merge conflict Created 5 years, 11 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: chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h
diff --git a/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h b/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h
index 0b13e6c47b01299d13a138b20cdcf048a2a75704..d84330acb9da00e402d0ff3f60f72305a4be66b8 100644
--- a/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h
+++ b/chrome/browser/ui/cocoa/exclusive_access_bubble_window_controller.h
@@ -11,6 +11,7 @@
@class BrowserWindowController;
class Browser;
@class GTMUILocalizerAndLayoutTweaker;
+@class HyperlinkTextView;
// The ExclusiveAccessBubbleWindowController manages the bubble that informs the
// user of different exclusive access state like fullscreen mode, mouse lock,
@@ -35,7 +36,7 @@ class Browser;
// text views cannot conveniently be created in IB. The xib file contains
// a text field |exitLabelPlaceholder_| that's replaced by this text view
// |exitLabel_| in -awakeFromNib.
- base::scoped_nsobject<NSTextView> exitLabel_;
+ base::scoped_nsobject<HyperlinkTextView> exitLabel_;
base::scoped_nsobject<NSTimer> hideTimer_;
base::scoped_nsobject<NSAnimation> hideAnimation_;

Powered by Google App Engine
This is Rietveld 408576698