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

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

Issue 8413037: Display policy parsing errors in about:policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/policy/configuration_policy_reader_unittest.cc
diff --git a/chrome/browser/policy/configuration_policy_reader_unittest.cc b/chrome/browser/policy/configuration_policy_reader_unittest.cc
index 670c0b526f9684457eaddb673ea2c844e8594694..6a1d562262f436caaba16780b5c718f43f481423 100644
--- a/chrome/browser/policy/configuration_policy_reader_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_reader_unittest.cc
@@ -27,7 +27,7 @@ class ConfigurationPolicyReaderTest : public testing::Test {
new ConfigurationPolicyReader(&provider_, PolicyStatusInfo::MANDATORY));
recommended_reader_.reset(new ConfigurationPolicyReader(&provider_,
PolicyStatusInfo::RECOMMENDED));
- status_ok_ = ASCIIToUTF16("ok");
+ status_ok_ = ASCIIToUTF16("OK");
Mattias Nissler (ping if slow) 2011/10/28 15:18:51 If you think OK is better then ok, then also pleas
Joao da Silva 2011/10/28 15:45:00 Done.
}
DictionaryValue* CreateDictionary(const char* policy_name,

Powered by Google App Engine
This is Rietveld 408576698