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

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

Issue 2539673003: Mac: Convert all the TabDialogs to Harmony (Closed)
Patch Set: Created 4 years, 1 month 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/tab_dialogs_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/tab_dialogs_cocoa.h
diff --git a/chrome/browser/ui/cocoa/tab_dialogs_cocoa.h b/chrome/browser/ui/cocoa/tab_dialogs_cocoa.h
index 2d08f81393e45448df2ee4c7a9adf8f56cad0ccd..3e65aa3fd8e4f18d71c39c7275ac66e7b9ea9da4 100644
--- a/chrome/browser/ui/cocoa/tab_dialogs_cocoa.h
+++ b/chrome/browser/ui/cocoa/tab_dialogs_cocoa.h
@@ -14,6 +14,8 @@ class TabDialogsCocoa : public TabDialogs {
explicit TabDialogsCocoa(content::WebContents* contents);
~TabDialogsCocoa() override;
+ static TabDialogs* CreateTabDialogsViewsMac(content::WebContents* contents);
+
// TabDialogs:
gfx::NativeView GetDialogParentView() const override;
void ShowCollectedCookies() override;
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/tab_dialogs_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698