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

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

Issue 8586030: Added ConfigurationPolicyProvider::RefreshPolicies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simpler AsyncLoader, fixed unit_tests, added connector::RefreshPolicies Created 9 years, 1 month 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/cloud_policy_cache_base.h
diff --git a/chrome/browser/policy/cloud_policy_cache_base.h b/chrome/browser/policy/cloud_policy_cache_base.h
index 69869527689626a954051372ea760931c6e09ae5..330e9e7d542f88378ea5f098e059da070bc4c374 100644
--- a/chrome/browser/policy/cloud_policy_cache_base.h
+++ b/chrome/browser/policy/cloud_policy_cache_base.h
@@ -57,7 +57,7 @@ class CloudPolicyCacheBase : public base::NonThreadSafe {
// Invoked whenever an attempt to fetch policy has been completed. The fetch
// may or may not have suceeded. This can be triggered by failed attempts to
// fetch oauth tokens, register with dmserver or fetch policy.
- virtual void SetFetchingDone() = 0;
+ virtual void SetFetchingDone();
bool is_unmanaged() const {
return is_unmanaged_;

Powered by Google App Engine
This is Rietveld 408576698