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

Side by Side Diff: chrome/browser/policy/policy_map.h

Issue 8139029: Make policy errors available to display in about:policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unused replacement string DCHECK from policy_error_map.cc Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/policy/policy_error_map.cc ('k') | chrome/browser/policy/policy_map.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_POLICY_POLICY_MAP_H_ 5 #ifndef CHROME_BROWSER_POLICY_POLICY_MAP_H_
6 #define CHROME_BROWSER_POLICY_POLICY_MAP_H_ 6 #define CHROME_BROWSER_POLICY_POLICY_MAP_H_
7 #pragma once
7 8
8 #include <map> 9 #include <map>
9 10
10 #include "base/values.h" 11 #include "base/values.h"
11 #include "policy/configuration_policy_type.h" 12 #include "policy/configuration_policy_type.h"
12 13
13 namespace policy { 14 namespace policy {
14 15
15 struct PolicyDefinitionList; 16 struct PolicyDefinitionList;
16 17
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 const PolicyMapType::value_type& b); 59 const PolicyMapType::value_type& b);
59 60
60 PolicyMapType map_; 61 PolicyMapType map_;
61 62
62 DISALLOW_COPY_AND_ASSIGN(PolicyMap); 63 DISALLOW_COPY_AND_ASSIGN(PolicyMap);
63 }; 64 };
64 65
65 } // namespace policy 66 } // namespace policy
66 67
67 #endif // CHROME_BROWSER_POLICY_POLICY_MAP_H_ 68 #endif // CHROME_BROWSER_POLICY_POLICY_MAP_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/policy_error_map.cc ('k') | chrome/browser/policy/policy_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698