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

Unified Diff: chrome/browser/policy/configuration_policy_provider_mac.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_mac.h
diff --git a/chrome/browser/policy/configuration_policy_provider_mac.h b/chrome/browser/policy/configuration_policy_provider_mac.h
index 6edd765f8cc04da9fa557129e80fa4d5ae55614e..6f51e75363eee99eaf2c1002a134c9d8c0a44408 100644
--- a/chrome/browser/policy/configuration_policy_provider_mac.h
+++ b/chrome/browser/policy/configuration_policy_provider_mac.h
@@ -10,7 +10,6 @@
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/policy/file_based_policy_provider.h"
-#include "chrome/browser/policy/policy_map.h"
class MacPreferences;
@@ -32,7 +31,7 @@ class MacPreferencesPolicyProviderDelegate
virtual ~MacPreferencesPolicyProviderDelegate();
// FileBasedPolicyLoader::Delegate implementation.
- virtual PolicyMap* Load() OVERRIDE;
+ virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
virtual base::Time GetLastModification() OVERRIDE;
// Converts a CFPropertyListRef to the equivalent base::Value. CFDictionary

Powered by Google App Engine
This is Rietveld 408576698