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

Side by Side Diff: chrome/browser/policy/profile_policy_connector_factory.h

Issue 6979011: Move user cloud policy to BrowserProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #ifndef CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_ 4 #ifndef CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_
5 #define CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_ 5 #define CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_
6 6
7 /*
8 TODO(sfeuz): Throw away.
9
7 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
8 #include "base/memory/singleton.h" 11 #include "base/memory/singleton.h"
9 #include "chrome/browser/profiles/profile_keyed_service_factory.h" 12 #include "chrome/browser/profiles/profile_keyed_service_factory.h"
10 13
11 class Profile; 14 class Profile;
12 15
13 namespace policy { 16 namespace policy {
14 17
15 class ProfilePolicyConnector; 18 class ProfilePolicyConnector;
16 19
(...skipping 16 matching lines...) Expand all
33 virtual ~ProfilePolicyConnectorFactory(); 36 virtual ~ProfilePolicyConnectorFactory();
34 37
35 // ProfileKeyedServiceFactory: 38 // ProfileKeyedServiceFactory:
36 virtual ProfileKeyedService* BuildServiceInstanceFor( 39 virtual ProfileKeyedService* BuildServiceInstanceFor(
37 Profile* profile) const OVERRIDE; 40 Profile* profile) const OVERRIDE;
38 41
39 DISALLOW_COPY_AND_ASSIGN(ProfilePolicyConnectorFactory); 42 DISALLOW_COPY_AND_ASSIGN(ProfilePolicyConnectorFactory);
40 }; 43 };
41 44
42 } // namespace policy 45 } // namespace policy
43 46 */
44 #endif // CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_ 47 #endif // CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698