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

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

Issue 2695493002: [Mac] Touch Bar support for default browser window state (Closed)
Patch Set: Rebased Created 3 years, 10 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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/browser_window_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_controller.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index 050442555c1ad5473bfddafe67620c9525f107e9..705b592ef9c4dfb50b211658ff4f24bf2afd8ccf 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -36,6 +36,7 @@ class Browser;
class BrowserWindow;
class BrowserWindowCocoa;
@class BrowserWindowFullscreenTransition;
+@class BrowserWindowTouchBar;
@class DevToolsController;
@class DownloadShelfController;
class ExtensionKeybindingRegistryCocoa;
@@ -92,6 +93,7 @@ class Command;
fullscreenTransition_;
std::unique_ptr<FullscreenLowPowerCoordinatorCocoa>
fullscreenLowPowerCoordinator_;
+ base::scoped_nsobject<BrowserWindowTouchBar> touchBar_;
// Strong. StatusBubble is a special case of a strong reference that
// we don't wrap in a scoped_ptr because it is acting the same
@@ -385,6 +387,9 @@ class Command;
// UpdateAlertState.
- (TabAlertState)alertState;
+// Returns the BrowserWindowTouchBar object associated with the window.
+- (BrowserWindowTouchBar*)browserWindowTouchBar;
+
@end // @interface BrowserWindowController
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/browser_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698