[AiS] Mac AiS on two lines
[chromium-blink-merge.git] / chrome / browser / ui / browser_mac.h
blob4ecd1b79d34cdde4c205723f1f190233713814df
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_UI_BROWSER_MAC_H_
6 #define CHROME_BROWSER_UI_BROWSER_MAC_H_
8 #include "chrome/browser/signin/signin_promo.h"
9 #include "chrome/browser/ui/chrome_pages.h"
11 class Profile;
13 namespace chrome {
15 // Open a new window with history/downloads/help/options (needed on Mac when
16 // there are no windows).
17 void OpenAboutWindow(Profile* profile);
18 void OpenHistoryWindow(Profile* profile);
19 void OpenDownloadsWindow(Profile* profile);
20 void OpenHelpWindow(Profile* profile, HelpSource source);
21 void OpenOptionsWindow(Profile* profile);
22 void OpenSyncSetupWindow(Profile* profile, signin_metrics::Source source);
23 void OpenClearBrowsingDataDialogWindow(Profile* profile);
24 void OpenImportSettingsDialogWindow(Profile* profile);
25 void OpenBookmarkManagerWindow(Profile* profile);
26 void OpenExtensionsWindow(Profile* profile);
28 } // namespace chrome
30 #endif // CHROME_BROWSER_UI_BROWSER_MAC_H_