OLD | NEW |
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/ui/webui/sync_promo/sync_promo_ui.h" | 10 #include "chrome/browser/ui/sync/sync_promo_ui.h" |
11 #include "chrome/common/content_settings_types.h" | 11 #include "chrome/common/content_settings_types.h" |
12 | 12 |
13 class Browser; | 13 class Browser; |
14 class GURL; | 14 class GURL; |
15 | 15 |
16 namespace content { | 16 namespace content { |
17 class WebContents; | 17 class WebContents; |
18 } | 18 } |
19 | 19 |
20 namespace chrome { | 20 namespace chrome { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 void ShowBrowserSignin(Browser* browser, SyncPromoUI::Source source); | 61 void ShowBrowserSignin(Browser* browser, SyncPromoUI::Source source); |
62 | 62 |
63 // Open a tab to sign into GAIA. | 63 // Open a tab to sign into GAIA. |
64 void ShowGaiaSignin(Browser* browser, | 64 void ShowGaiaSignin(Browser* browser, |
65 const std::string& service, | 65 const std::string& service, |
66 const GURL& continue_url); | 66 const GURL& continue_url); |
67 | 67 |
68 } // namespace chrome | 68 } // namespace chrome |
69 | 69 |
70 #endif // CHROME_BROWSER_UI_CHROME_PAGES_H_ | 70 #endif // CHROME_BROWSER_UI_CHROME_PAGES_H_ |
OLD | NEW |