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

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

Issue 201933003: Merge 256851 "Adds a hide button to the desktop capture notifica..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1847/src/
Patch Set: Created 6 years, 9 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/screen_capture_notification_ui_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h
===================================================================
--- chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h (revision 257441)
+++ chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.h (working copy)
@@ -19,11 +19,13 @@
@private
base::Closure stop_callback_;
base::scoped_nsobject<NSButton> stopButton_;
+ base::scoped_nsobject<NSButton> minimizeButton_;
}
- (id)initWithCallback:(const base::Closure&)stop_callback
text:(const base::string16&)text;
- (void)stopSharing:(id)sender;
+- (void)minimize:(id)sender;
@end
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698