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

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

Issue 17167006: move sync_promo_ui to non-webui-specific directory (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed include guard on moved file Created 7 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 unified diff | Download patch
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/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
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_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_mac.h ('k') | chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698