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

Unified Diff: chrome/browser/ui/cocoa/share_menu/share_menu_manager.h

Issue 1105143005: Issue 465302:System wide share options on Mac Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds an attachment to Mail Created 5 years, 7 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
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_
« no previous file with comments | « chrome/browser/ui/cocoa/share_menu/share_menu_controller.mm ('k') | chrome/browser/ui/cocoa/share_menu/share_menu_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698