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

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

Issue 102493002: Use schemas bundled in extensions to convert policies loaded on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added bug url Created 7 years 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
« no previous file with comments | « no previous file | chrome/browser/policy/policy_loader_win.cc » ('j') | components/policy/core/common/schema.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/policy_loader_win.h
diff --git a/chrome/browser/policy/policy_loader_win.h b/chrome/browser/policy/policy_loader_win.h
index 0a433694660e275461482747059229736b5b41a0..375f20b2b9014219dfe0a118823137b617084a8e 100644
--- a/chrome/browser/policy/policy_loader_win.h
+++ b/chrome/browser/policy/policy_loader_win.h
@@ -14,7 +14,6 @@
#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
#include "base/synchronization/waitable_event.h"
-#include "base/values.h"
#include "base/win/object_watcher.h"
#include "chrome/browser/policy/async_policy_loader.h"
#include "components/policy/core/common/policy_types.h"
@@ -65,9 +64,6 @@ class PolicyLoaderWin : public AsyncPolicyLoader,
virtual scoped_ptr<PolicyBundle> Load() OVERRIDE;
private:
- // Builds the Chrome policy schema in |chrome_policy_schema_|.
- void BuildChromePolicySchema();
-
// Reads Chrome Policy from a PReg file at the given path and stores the
// result in |policy|.
bool ReadPRegFile(const base::FilePath& preg_file,
@@ -111,7 +107,6 @@ class PolicyLoaderWin : public AsyncPolicyLoader,
bool is_initialized_;
const string16 chrome_policy_key_;
class AppliedGPOListProvider* gpo_provider_;
- base::DictionaryValue chrome_policy_schema_;
base::WaitableEvent user_policy_changed_event_;
base::WaitableEvent machine_policy_changed_event_;
« no previous file with comments | « no previous file | chrome/browser/policy/policy_loader_win.cc » ('j') | components/policy/core/common/schema.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698