| Index: chrome/browser/policy/configuration_policy_provider_win.h
|
| diff --git a/chrome/browser/policy/configuration_policy_provider_win.h b/chrome/browser/policy/configuration_policy_provider_win.h
|
| index 1f8755b6883e951a83132ff0889498c098fdae5e..cc83279f2564c7b5b53606b7b7fe41ac1fb65dbf 100644
|
| --- a/chrome/browser/policy/configuration_policy_provider_win.h
|
| +++ b/chrome/browser/policy/configuration_policy_provider_win.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -20,7 +20,8 @@ namespace policy {
|
| class ConfigurationPolicyProviderWin : public AsynchronousPolicyProvider {
|
| public:
|
| ConfigurationPolicyProviderWin(const PolicyDefinitionList* policy_list,
|
| - const string16& registry_key);
|
| + const string16& registry_key,
|
| + PolicyLevel level);
|
| virtual ~ConfigurationPolicyProviderWin() {}
|
|
|
| private:
|
|
|