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

Side by Side Diff: chrome/browser/ui/sync/sync_promo_ui.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: 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_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_
Jói 2013/06/19 22:11:09 Include guard is wrong (here and other two places
bcwhite 2013/06/20 21:52:44 Done. No, I didn't know about them. Thanks for t
6 #define CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_ 6 #define CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 11
12 class GURL; 12 class GURL;
13 class Profile; 13 class Profile;
14 14
15 namespace user_prefs { 15 namespace user_prefs {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 static bool IsContinueUrlForWebBasedSigninFlow(const GURL& url); 78 static bool IsContinueUrlForWebBasedSigninFlow(const GURL& url);
79 79
80 // Forces UseWebBasedSigninFlow() to return true when set; used in tests only. 80 // Forces UseWebBasedSigninFlow() to return true when set; used in tests only.
81 static void ForceWebBasedSigninFlowForTesting(bool force); 81 static void ForceWebBasedSigninFlowForTesting(bool force);
82 82
83 private: 83 private:
84 DISALLOW_COPY_AND_ASSIGN(SyncPromoUI); 84 DISALLOW_COPY_AND_ASSIGN(SyncPromoUI);
85 }; 85 };
86 86
87 #endif // CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_ 87 #endif // CHROME_BROWSER_UI_WEBUI_SYNC_PROMO_SYNC_PROMO_UI_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper.h ('k') | chrome/browser/ui/sync/sync_promo_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698