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

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

Issue 3836005: Move pe_image and registry from base to base/win and use the namespace. It re... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/plugin_service.h ('k') | chrome/browser/policy/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/policy/configuration_policy_provider_win.h
===================================================================
--- chrome/browser/policy/configuration_policy_provider_win.h (revision 62848)
+++ chrome/browser/policy/configuration_policy_provider_win.h (working copy)
@@ -14,7 +14,11 @@
#include "chrome/browser/policy/configuration_policy_store.h"
#include "chrome/browser/policy/configuration_policy_provider.h"
+namespace base {
+namespace win {
class RegKey;
+} // namespace win
+} // namespace base
namespace policy {
@@ -99,8 +103,6 @@
// Reads a string registry value |name| at the specified |key| and puts the
// resulting string in |result|.
- bool ReadRegistryStringValue(RegKey* key, const string16& name,
- string16* result);
bool GetRegistryPolicyString(const string16& name, string16* result);
// Gets a list value contained under |key| one level below the policy root.
« no previous file with comments | « chrome/browser/plugin_service.h ('k') | chrome/browser/policy/configuration_policy_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698