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

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

Issue 2951013002: [Mac] Dismiss the first run bubble when the user starts typing. (Closed)
Patch Set: Created 3 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 | chrome/browser/ui/cocoa/first_run_bubble_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/first_run_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/first_run_bubble_controller.h b/chrome/browser/ui/cocoa/first_run_bubble_controller.h
index ab778f3439438d3a63f9e53a14b7d334bb1630fa..a0c8ab133df44bc6a4d55473564c0e78fe05e2c9 100644
--- a/chrome/browser/ui/cocoa/first_run_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/first_run_bubble_controller.h
@@ -7,10 +7,12 @@
#import <Cocoa/Cocoa.h>
+#import "base/mac/scoped_nsobject.h"
#import "chrome/browser/ui/cocoa/base_bubble_controller.h"
class Browser;
class Profile;
+@class FirstRunKeyResponder;
// Manages the first run bubble.
@interface FirstRunBubbleController : BaseBubbleController {
@@ -18,6 +20,7 @@ class Profile;
IBOutlet NSTextField* header_;
Browser* browser_;
Profile* profile_;
+ base::scoped_nsobject<FirstRunKeyResponder> keyResponder_;
}
// Creates and shows a first run bubble. |browser| is NULL in unittests.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/first_run_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698