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

Side by Side Diff: chrome/browser/signin/signin_promo.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 12 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
« no previous file with comments | « chrome/browser/signin/signin_manager_factory.cc ('k') | chrome/browser/signin/signin_promo.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_SIGNIN_SIGNIN_PROMO_H_ 5 #ifndef CHROME_BROWSER_SIGNIN_SIGNIN_PROMO_H_
6 #define CHROME_BROWSER_SIGNIN_SIGNIN_PROMO_H_ 6 #define CHROME_BROWSER_SIGNIN_SIGNIN_PROMO_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "chrome/browser/ui/profile_chooser_constants.h" 10 #include "chrome/browser/ui/profile_chooser_constants.h"
12 #include "components/signin/core/browser/signin_metrics.h" 11 #include "components/signin/core/browser/signin_metrics.h"
13 12
14 class GURL; 13 class GURL;
15 class Profile; 14 class Profile;
16 15
17 namespace user_prefs { 16 namespace user_prefs {
18 class PrefRegistrySyncable; 17 class PrefRegistrySyncable;
19 } 18 }
20 19
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 98
100 // Forces UseWebBasedSigninFlow() to return true when set; used in tests only. 99 // Forces UseWebBasedSigninFlow() to return true when set; used in tests only.
101 void ForceWebBasedSigninFlowForTesting(bool force); 100 void ForceWebBasedSigninFlowForTesting(bool force);
102 101
103 // Registers the preferences the Sign In Promo needs. 102 // Registers the preferences the Sign In Promo needs.
104 void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); 103 void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
105 104
106 } // namespace signin 105 } // namespace signin
107 106
108 #endif // CHROME_BROWSER_SIGNIN_SIGNIN_PROMO_H_ 107 #endif // CHROME_BROWSER_SIGNIN_SIGNIN_PROMO_H_
OLDNEW
« no previous file with comments | « chrome/browser/signin/signin_manager_factory.cc ('k') | chrome/browser/signin/signin_promo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698