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

Unified Diff: chrome/browser/configuration_policy_provider_win.h

Issue 2273003: Rename class to comply with style guide. Tweak comments for grammar and correctness. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/configuration_policy_provider_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/configuration_policy_provider_win.h
===================================================================
--- chrome/browser/configuration_policy_provider_win.h (revision 48311)
+++ chrome/browser/configuration_policy_provider_win.h (working copy)
@@ -14,16 +14,16 @@
// On a managed machine in a domain, this portion of the registry is
// periodically updated by the Windows Group Policy machinery to contain
// the latest version of the policy set by administrators.
-class WinConfigurationPolicyProvider : public ConfigurationPolicyProvider {
+class ConfigurationPolicyProviderWin : public ConfigurationPolicyProvider {
public:
- WinConfigurationPolicyProvider();
- virtual ~WinConfigurationPolicyProvider() { }
+ ConfigurationPolicyProviderWin();
+ virtual ~ConfigurationPolicyProviderWin() { }
// ConfigurationPolicyProvider method overrides:
virtual bool Provide(ConfigurationPolicyStore* store);
protected:
- // The sub key path for Chromiums's Group Policy information in the
+ // The sub key path for Chromium's Group Policy information in the
// Windows registry.
static const wchar_t kPolicyRegistrySubKey[];
@@ -46,8 +46,8 @@
static const RegistryPolicyMapEntry registry_to_policy_map_[];
- // Methods to perfrom type-specific policy lookups in the registry
- // HKLM is checked fist, then HKLM.
+ // Methods to perfrom type-specific policy lookups in the registry.
+ // HKLM is checked first, then HKCU.
bool GetRegistryPolicyString(const wchar_t* value_name, string16* result);
bool GetRegistryPolicyBoolean(const wchar_t* value_name, bool* result);
bool GetRegistryPolicyInteger(const wchar_t* value_name, uint32* result);
Property changes on: chrome/browser/configuration_policy_provider_win.h
___________________________________________________________________
Name: svn:eol-style
+ LF
« no previous file with comments | « no previous file | chrome/browser/configuration_policy_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698