Index: chrome/browser/ui/cocoa/share_menu/share_menu_manager.h |
diff --git a/chrome/browser/ui/cocoa/share_menu/share_menu_manager.h b/chrome/browser/ui/cocoa/share_menu/share_menu_manager.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..19a825a364ea0fa235d5802fc5ccd1180e91aba4 |
--- /dev/null |
+++ b/chrome/browser/ui/cocoa/share_menu/share_menu_manager.h |
@@ -0,0 +1,15 @@ |
+// Copyright (c) 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef SHARE_MENU_MANAGER_H_ |
+#define SHARE_MENU_MANAGER_H_ |
+ |
+#include "base/basictypes.h" |
+#import <Cocoa/Cocoa.h> |
+ |
+@interface ShareMenuManager : NSObject |
++ (void)dispatchSharingServiceEventsFor:(NSSharingService*)service |
+ AndPageInfo:(NSDictionary*)info; |
+@end |
+#endif // SHARE_MENU_MANAGER_H_ |