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

Unified Diff: chrome/browser/policy/configuration_policy_provider_win.cc

Issue 10491013: Implement the windows policy provider based on the AsyncPolicyLoader. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comment Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/policy/configuration_policy_provider_win.cc
diff --git a/chrome/browser/policy/configuration_policy_provider_win.cc b/chrome/browser/policy/configuration_policy_provider_win.cc
deleted file mode 100644
index 1ce45794d94eb5bfd30b820f37c11b347d364553..0000000000000000000000000000000000000000
--- a/chrome/browser/policy/configuration_policy_provider_win.cc
+++ /dev/null
@@ -1,28 +0,0 @@
-// 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.
-
-#include "chrome/browser/policy/configuration_policy_provider_win.h"
-
-#include "chrome/browser/policy/configuration_policy_loader_win.h"
-#include "chrome/browser/policy/configuration_policy_provider_delegate_win.h"
-
-namespace policy {
-
-namespace {
-
-// Period at which to run the reload task in case the group policy change
-// watchers fail.
-const int kReloadIntervalMinutes = 15;
-
-} // namespace
-
-ConfigurationPolicyProviderWin::ConfigurationPolicyProviderWin(
- const PolicyDefinitionList* policy_list)
- : AsynchronousPolicyProvider(
- policy_list,
- new ConfigurationPolicyLoaderWin(
- new ConfigurationPolicyProviderDelegateWin(policy_list),
- kReloadIntervalMinutes)) {}
-
-} // namespace policy
« no previous file with comments | « chrome/browser/policy/configuration_policy_provider_win.h ('k') | chrome/browser/policy/policy_loader_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698