| Index: chrome/browser/ui/cocoa/browser_dialogs_views_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_dialogs_views_mac.h b/chrome/browser/ui/cocoa/browser_dialogs_views_mac.h
|
| index bdc1fb52fb3cf715d5ff6aa1d75582ff382dc443..842250afe84406c69c6d5387a99a47153a06759c 100644
|
| --- a/chrome/browser/ui/cocoa/browser_dialogs_views_mac.h
|
| +++ b/chrome/browser/ui/cocoa/browser_dialogs_views_mac.h
|
| @@ -21,6 +21,10 @@ namespace content {
|
| class WebContents;
|
| }
|
|
|
| +namespace extensions {
|
| +class Extension;
|
| +}
|
| +
|
| namespace gfx {
|
| class Point;
|
| }
|
| @@ -65,6 +69,13 @@ class ContentSettingBubbleViewsBridge {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingBubbleViewsBridge);
|
| };
|
|
|
| +// Shows the toolit-views create chrome app shortcut dialog box.
|
| +void ShowCreateChromeAppShortcutsDialogViews(
|
| + gfx::NativeWindow parent_window,
|
| + Profile* profile,
|
| + const extensions::Extension* app,
|
| + const base::Callback<void(bool)>& close_callback);
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_BROWSER_DIALOGS_VIEWS_MAC_H_
|
|
|