summaryrefslogtreecommitdiff
path: root/chromium/ui/base/cocoa/touch_bar_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/cocoa/touch_bar_util.h')
-rw-r--r--chromium/ui/base/cocoa/touch_bar_util.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/chromium/ui/base/cocoa/touch_bar_util.h b/chromium/ui/base/cocoa/touch_bar_util.h
index f69d2a392f1..19293c6f93a 100644
--- a/chromium/ui/base/cocoa/touch_bar_util.h
+++ b/chromium/ui/base/cocoa/touch_bar_util.h
@@ -31,21 +31,6 @@ enum TouchBarAction {
// Logs the sample's UMA metrics into the DefaultTouchBar.Metrics histogram.
COMPONENT_EXPORT(UI_BASE) void LogTouchBarUMA(TouchBarAction command);
-// Returns the NSTouchBar Class.
-COMPONENT_EXPORT(UI_BASE) Class NSTouchBar();
-
-// Returns the NSCustomTouchBarItem Class.
-COMPONENT_EXPORT(UI_BASE) Class NSCustomTouchBarItem();
-
-// Returns the NSGroupTouchBarItem Class.
-COMPONENT_EXPORT(UI_BASE) Class NSGroupTouchBarItem();
-
-// Returns a stylized blue button for the touch bar. The button performs
-// |action| from the |target|.
-API_AVAILABLE(macosx(10.12.2))
-COMPONENT_EXPORT(UI_BASE)
-NSButton* GetBlueTouchBarButton(NSString* title, id target, SEL action);
-
// Creates a touch bar identifier with the given |id|.
COMPONENT_EXPORT(UI_BASE) NSString* GetTouchBarId(NSString* touch_bar_id);