Chromium Code Reviews

Unified Diff: tools/grit/grit/format/policy_templates/writer_configuration.py

Issue 6134006: Integrate user strings into the JSON policy template file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tools/grit/grit/format/policy_templates/writer_configuration.py
diff --git a/tools/grit/grit/format/policy_templates/writer_configuration.py b/tools/grit/grit/format/policy_templates/writer_configuration.py
index 11bcf548b796079def053dea8b139f4e4677bf2f..bc0d4b7965c9dc53ebee85d67349c6044f2cc463 100644
--- a/tools/grit/grit/format/policy_templates/writer_configuration.py
+++ b/tools/grit/grit/format/policy_templates/writer_configuration.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 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.
@@ -45,7 +45,6 @@ def GetConfigurationForBuild(defines):
raise Exception('Unknown build')
config['win_group_policy_class'] = 'Machine'
config['win_supported_os'] = 'SUPPORTED_WINXPSP2'
- config['win_supported_os_msg'] = 'IDS_POLICY_WIN_SUPPORTED_WINXPSP2'
if 'mac_bundle_id' in defines:
config['mac_bundle_id'] = defines['mac_bundle_id']
return config

Powered by Google App Engine