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

Unified Diff: chrome/browser/group_policy_settings.cc

Issue 450037: Adds basic group policy support. Resubmitting r33093 with a new unit test.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/group_policy_settings.h ('k') | chrome/browser/group_policy_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/group_policy_settings.cc
===================================================================
--- chrome/browser/group_policy_settings.cc (revision 0)
+++ chrome/browser/group_policy_settings.cc (revision 0)
@@ -0,0 +1,22 @@
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+// List of Group Policy Settings objects.
+
+#include "build/build_config.h"
+#include "chrome/browser/group_policy_settings.h"
+
+namespace group_policy {
+
+ // TODO(gwilson): The actual group policy settings need to be finalized.
+ // Change this testing set to the true supported set.
+ DEFINE_POLICY_STRING(Homepage, L"Preferences\\", L"Homepage");
+ DEFINE_POLICY_BOOL(HomepageIsNewTabPage,
+ L"Preferences\\",
+ L"HomepageIsNewTabPage");
+ DEFINE_POLICY_STRINGLIST(ChromeFrameDomainWhiteList,
+ L"ChromeFrameDomainWhiteList");
+
+}; // namespace
+
Property changes on: chrome\browser\group_policy_settings.cc
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/group_policy_settings.h ('k') | chrome/browser/group_policy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698