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

Unified Diff: chrome/browser/policy/configuration_policy_provider_delegate_win.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 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
Index: chrome/browser/policy/configuration_policy_provider_delegate_win.cc
diff --git a/chrome/browser/policy/configuration_policy_provider_delegate_win.cc b/chrome/browser/policy/configuration_policy_provider_delegate_win.cc
index 7e934867d5ba696e47c6700d1f833867f9f23769..586a8c112d15c0e711800fde0d32d5a3da9b966b 100644
--- a/chrome/browser/policy/configuration_policy_provider_delegate_win.cc
+++ b/chrome/browser/policy/configuration_policy_provider_delegate_win.cc
@@ -117,7 +117,7 @@ bool ConfigurationPolicyProviderDelegateWin::GetRegistryPolicyStringList(
int index = 0;
while (ReadRegistryStringValue(&policy_key, base::IntToString16(++index),
&policy_string)) {
- result->Append(Value::CreateStringValue(policy_string));
+ result->Append(base::StringValue::New(policy_string));
}
return true;
}

Powered by Google App Engine
This is Rietveld 408576698