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 705b592ef9c4dfb50b211658ff4f24bf2afd8ccf..3fc7c95a0e5d700f959dde85113d212bf9567aca 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -390,6 +390,9 @@ class Command; |
// Returns the BrowserWindowTouchBar object associated with the window. |
- (BrowserWindowTouchBar*)browserWindowTouchBar; |
+// Invalidates the browser's touch bar. |
+- (void)invalidateTouchBar; |
+ |
@end // @interface BrowserWindowController |