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

Unified Diff: chrome/browser/signin/signin_manager_fake.h

Issue 10693022: Add support for loading user cloud policy on desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaked some comments after self-review. Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/signin/signin_manager_fake.h
diff --git a/chrome/browser/signin/signin_manager_fake.h b/chrome/browser/signin/signin_manager_fake.h
index a108b0ada64e7a01774220a3e898064a2dc69877..2cd46d7d691dc707e3e9d5ce63a42bab7f2eb09a 100644
--- a/chrome/browser/signin/signin_manager_fake.h
+++ b/chrome/browser/signin/signin_manager_fake.h
@@ -17,7 +17,7 @@ class ProfileKeyedService;
// and accepts the credentials provided to StartSignIn.
class FakeSigninManager : public SigninManager {
public:
- FakeSigninManager();
+ explicit FakeSigninManager(Profile* profile);
virtual ~FakeSigninManager();
virtual void StartSignIn(const std::string& username,

Powered by Google App Engine
This is Rietveld 408576698