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

Unified Diff: chrome/browser/policy/configuration_policy_provider_delegate_win.h

Issue 10384145: Removed ConfigurationPolicyProvider::Provide(). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 7 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_delegate_win.h
diff --git a/chrome/browser/policy/configuration_policy_provider_delegate_win.h b/chrome/browser/policy/configuration_policy_provider_delegate_win.h
index 8fc23858dc40404d9cc59df1a244b5649afaa27c..013f8a8b371bf058ff8f1976cb1cf34774fdc28e 100644
--- a/chrome/browser/policy/configuration_policy_provider_delegate_win.h
+++ b/chrome/browser/policy/configuration_policy_provider_delegate_win.h
@@ -8,7 +8,6 @@
#include "base/string16.h"
#include "chrome/browser/policy/asynchronous_policy_provider.h"
-#include "chrome/browser/policy/policy_map.h"
namespace policy {
@@ -22,7 +21,7 @@ class ConfigurationPolicyProviderDelegateWin
virtual ~ConfigurationPolicyProviderDelegateWin() {}
// AsynchronousPolicyProvider::Delegate overrides:
- virtual PolicyMap* Load() OVERRIDE;
+ virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
private:
// Methods to perform type-specific policy lookups in the registry.

Powered by Google App Engine
This is Rietveld 408576698