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

Unified Diff: chrome/browser/ui/cocoa/browser_dialogs_views_mac.h

Issue 2929733003: MacViews: Wire up CreateChromeApplicationShortcutView
Patch Set: rename ivar Created 3 years, 6 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/browser_dialogs_views_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/browser_dialogs_views_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698