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

Side by Side Diff: chrome/browser/policy/configuration_policy_provider.cc

Issue 16254003: WIP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 #include "chrome/browser/policy/configuration_policy_provider.h" 5 #include "chrome/browser/policy/configuration_policy_provider.h"
6 6
7 #include "chrome/browser/policy/policy_map.h" 7 #include "chrome/browser/policy/policy_map.h"
8 #include "chrome/browser/policy/policy_namespace.h"
8 #include "policy/policy_constants.h" 9 #include "policy/policy_constants.h"
9 10
10 namespace policy { 11 namespace policy {
11 12
12 namespace { 13 namespace {
13 14
14 const char* kProxyPolicies[] = { 15 const char* kProxyPolicies[] = {
15 key::kProxyMode, 16 key::kProxyMode,
16 key::kProxyServerMode, 17 key::kProxyServerMode,
17 key::kProxyServer, 18 key::kProxyServer,
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 101
101 void ConfigurationPolicyProvider::RemoveObserver(Observer* observer) { 102 void ConfigurationPolicyProvider::RemoveObserver(Observer* observer) {
102 observer_list_.RemoveObserver(observer); 103 observer_list_.RemoveObserver(observer);
103 } 104 }
104 105
105 void ConfigurationPolicyProvider::RegisterPolicyDomain( 106 void ConfigurationPolicyProvider::RegisterPolicyDomain(
106 PolicyDomain domain, 107 PolicyDomain domain,
107 const std::set<std::string>& component_ids) {} 108 const std::set<std::string>& component_ids) {}
108 109
109 } // namespace policy 110 } // namespace policy
OLDNEW
« no previous file with comments | « chrome/browser/policy/configuration_policy_provider.h ('k') | chrome/browser/policy/configuration_policy_provider_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698