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

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

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, fix gypi problem Created 8 years, 2 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) 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_CLOUD_POLICY_SUBSYSTEM_H_ 5 #ifndef CHROME_BROWSER_POLICY_CLOUD_POLICY_SUBSYSTEM_H_
6 #define CHROME_BROWSER_POLICY_CLOUD_POLICY_SUBSYSTEM_H_ 6 #define CHROME_BROWSER_POLICY_CLOUD_POLICY_SUBSYSTEM_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "chrome/browser/api/prefs/pref_change_registrar.h" 9 #include "base/prefs/public/pref_change_registrar.h"
10 #include "content/public/browser/notification_observer.h" 10 #include "content/public/browser/notification_observer.h"
11 #include "net/base/network_change_notifier.h" 11 #include "net/base/network_change_notifier.h"
12 12
13 class PrefService; 13 class PrefService;
14 14
15 namespace policy { 15 namespace policy {
16 16
17 class CloudPolicyCacheBase; 17 class CloudPolicyCacheBase;
18 class CloudPolicyController; 18 class CloudPolicyController;
19 class CloudPolicyDataStore; 19 class CloudPolicyDataStore;
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 scoped_ptr<CloudPolicyController> cloud_policy_controller_; 154 scoped_ptr<CloudPolicyController> cloud_policy_controller_;
155 155
156 std::string device_management_url_; 156 std::string device_management_url_;
157 157
158 DISALLOW_COPY_AND_ASSIGN(CloudPolicySubsystem); 158 DISALLOW_COPY_AND_ASSIGN(CloudPolicySubsystem);
159 }; 159 };
160 160
161 } // namespace policy 161 } // namespace policy
162 162
163 #endif // CHROME_BROWSER_POLICY_CLOUD_POLICY_SUBSYSTEM_H_ 163 #endif // CHROME_BROWSER_POLICY_CLOUD_POLICY_SUBSYSTEM_H_
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_prefs.h ('k') | chrome/browser/policy/configuration_policy_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698