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

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

Issue 109743002: Move policy code into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar fixes Created 7 years 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) 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_POLICY_BROWSER_POLICY_CONNECTOR_H_ 5 #ifndef CHROME_BROWSER_POLICY_BROWSER_POLICY_CONNECTOR_H_
6 #define CHROME_BROWSER_POLICY_BROWSER_POLICY_CONNECTOR_H_ 6 #define CHROME_BROWSER_POLICY_BROWSER_POLICY_CONNECTOR_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "chrome/browser/policy/cloud/cloud_policy_constants.h" 14 #include "components/policy/core/browser/configuration_policy_handler_list.h"
15 #include "chrome/browser/policy/configuration_policy_handler_list.h" 15 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
16 #include "components/policy/core/common/schema.h" 16 #include "components/policy/core/common/schema.h"
17 #include "components/policy/core/common/schema_registry.h" 17 #include "components/policy/core/common/schema_registry.h"
18 18
19 #if defined(OS_CHROMEOS) 19 #if defined(OS_CHROMEOS)
20 #include "chrome/browser/chromeos/policy/proxy_policy_provider.h" 20 #include "chrome/browser/chromeos/policy/proxy_policy_provider.h"
21 #endif 21 #endif
22 22
23 class PrefRegistrySimple; 23 class PrefRegistrySimple;
24 class PrefService; 24 class PrefService;
25 25
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 scoped_ptr<AppPackUpdater> app_pack_updater_; 214 scoped_ptr<AppPackUpdater> app_pack_updater_;
215 scoped_ptr<NetworkConfigurationUpdater> network_configuration_updater_; 215 scoped_ptr<NetworkConfigurationUpdater> network_configuration_updater_;
216 #endif 216 #endif
217 217
218 DISALLOW_COPY_AND_ASSIGN(BrowserPolicyConnector); 218 DISALLOW_COPY_AND_ASSIGN(BrowserPolicyConnector);
219 }; 219 };
220 220
221 } // namespace policy 221 } // namespace policy
222 222
223 #endif // CHROME_BROWSER_POLICY_BROWSER_POLICY_CONNECTOR_H_ 223 #endif // CHROME_BROWSER_POLICY_BROWSER_POLICY_CONNECTOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/autofill_policy_handler.h ('k') | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698