| Index: chrome/browser/ui/cocoa/browser_window_touch_bar.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_touch_bar.h b/chrome/browser/ui/cocoa/browser_window_touch_bar.h
|
| index 99cc36c898bcd08f1da02f2ba52af3458fce9b17..59526004e3a8cdc23db93d6d82b5de87ff1d0d08 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_touch_bar.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_touch_bar.h
|
| @@ -22,10 +22,6 @@ class Browser;
|
| // True if the current page is starred. Used by star touch bar button.
|
| @property(nonatomic, assign) BOOL isStarred;
|
|
|
| -// Returns a touch bar item identifier for the given |touchBarId| and |itemId|.
|
| -+ (NSString*)identifierForTouchBarId:(NSString*)touchBarId
|
| - itemId:(NSString*)itemId;
|
| -
|
| // Designated initializer.
|
| - (instancetype)initWithBrowser:(Browser*)browser
|
| browserWindowController:(BrowserWindowController*)bwc;
|
|
|