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

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

Issue 13963003: Add standard policy provider tests for PReg policy reading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/policy_loader_win.h
diff --git a/chrome/browser/policy/policy_loader_win.h b/chrome/browser/policy/policy_loader_win.h
index 096e4200025ee13484bbbfd8b3470773b323f79f..7bf551aa0bd4c66eb5a4b39367768c1d444837d6 100644
--- a/chrome/browser/policy/policy_loader_win.h
+++ b/chrome/browser/policy/policy_loader_win.h
@@ -15,10 +15,7 @@
#include "base/win/object_watcher.h"
#include "chrome/browser/policy/async_policy_loader.h"
#include "chrome/browser/policy/policy_types.h"
-
-namespace base {
-class FilePath;
-}
+#include "base/files/file_path.h"
Joao da Silva 2013/04/16 10:46:25 nit: order
Mattias Nissler (ping if slow) 2013/04/16 13:00:05 Done.
namespace policy {
@@ -43,6 +40,9 @@ class AppliedGPOListProvider {
class PolicyLoaderWin : public AsyncPolicyLoader,
public base::win::ObjectWatcher::Delegate {
public:
+ // The PReg file name used by GPO.
+ static const base::FilePath::CharType kPRegFileName[];
+
explicit PolicyLoaderWin(const PolicyDefinitionList* policy_list,
const string16& chrome_policy_key,
AppliedGPOListProvider* gpo_provider);
« no previous file with comments | « no previous file | chrome/browser/policy/policy_loader_win.cc » ('j') | chrome/browser/policy/policy_loader_win_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698