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

Side by Side Diff: chrome/browser/ui/chrome_pages.h

Issue 187443008: Elim Browser::AppType (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and add non trusted type test Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_CHROME_PAGES_H_ 5 #ifndef CHROME_BROWSER_UI_CHROME_PAGES_H_
6 #define CHROME_BROWSER_UI_CHROME_PAGES_H_ 6 #define CHROME_BROWSER_UI_CHROME_PAGES_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "chrome/browser/signin/signin_promo.h" 10 #include "chrome/browser/signin/signin_promo.h"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 void ShowHelp(Browser* browser, HelpSource source); 50 void ShowHelp(Browser* browser, HelpSource source);
51 void ShowHelpForProfile(Profile* profile, 51 void ShowHelpForProfile(Profile* profile,
52 HostDesktopType host_desktop_type, 52 HostDesktopType host_desktop_type,
53 HelpSource source); 53 HelpSource source);
54 void ShowPolicy(Browser* browser); 54 void ShowPolicy(Browser* browser);
55 void ShowSlow(Browser* browser); 55 void ShowSlow(Browser* browser);
56 56
57 // Constructs a settings GURL for the specified |sub_page|. 57 // Constructs a settings GURL for the specified |sub_page|.
58 GURL GetSettingsUrl(const std::string& sub_page); 58 GURL GetSettingsUrl(const std::string& sub_page);
59 59
60 // Returns true if |browser| is a popup window containing a settings page.
61 bool IsSettingsWindow(const Browser* browser);
62
63 // Various things that open in a settings UI. 60 // Various things that open in a settings UI.
64 void ShowSettings(Browser* browser); 61 void ShowSettings(Browser* browser);
65 void ShowSettingsSubPage(Browser* browser, const std::string& sub_page); 62 void ShowSettingsSubPage(Browser* browser, const std::string& sub_page);
66 void ShowSettingsSubPageForProfile(Profile* profile, 63 void ShowSettingsSubPageForProfile(Profile* profile,
67 const std::string& sub_page); 64 const std::string& sub_page);
68 void ShowContentSettings(Browser* browser, 65 void ShowContentSettings(Browser* browser,
69 ContentSettingsType content_settings_type); 66 ContentSettingsType content_settings_type);
70 void ShowSettingsSubPageInTabbedBrowser(Browser* browser, 67 void ShowSettingsSubPageInTabbedBrowser(Browser* browser,
71 const std::string& sub_page); 68 const std::string& sub_page);
72 void ShowClearBrowsingDataDialog(Browser* browser); 69 void ShowClearBrowsingDataDialog(Browser* browser);
73 void ShowPasswordManager(Browser* browser); 70 void ShowPasswordManager(Browser* browser);
74 void ShowImportDialog(Browser* browser); 71 void ShowImportDialog(Browser* browser);
75 void ShowAboutChrome(Browser* browser); 72 void ShowAboutChrome(Browser* browser);
76 void ShowSearchEngineSettings(Browser* browser); 73 void ShowSearchEngineSettings(Browser* browser);
77 // If the user is already signed in, shows the "Signin" portion of Settings, 74 // If the user is already signed in, shows the "Signin" portion of Settings,
78 // otherwise initiates signin. 75 // otherwise initiates signin.
79 void ShowBrowserSignin(Browser* browser, signin::Source source); 76 void ShowBrowserSignin(Browser* browser, signin::Source source);
80 77
81 } // namespace chrome 78 } // namespace chrome
82 79
83 #endif // CHROME_BROWSER_UI_CHROME_PAGES_H_ 80 #endif // CHROME_BROWSER_UI_CHROME_PAGES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_tab_restore_service_delegate.cc ('k') | chrome/browser/ui/chrome_pages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698