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

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

Issue 7520023: Converted IncognitoForced boolean policy into IncognitoModeAvailability enum policy. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix enum entry names & wrong include path. Created 9 years, 5 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/config_dir_policy_provider_unittest.cc
diff --git a/chrome/browser/policy/config_dir_policy_provider_unittest.cc b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
index 12ff884bab2e1c60bbacaab5984903ee95c76af2..924d874cc856e74f0b38ae0276e0c4adb0a84d97 100644
--- a/chrome/browser/policy/config_dir_policy_provider_unittest.cc
+++ b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
@@ -336,9 +336,9 @@ INSTANTIATE_TEST_CASE_P(
ValueTestParams::ForBooleanPolicy(
kPolicyInstantEnabled,
key::kInstantEnabled),
- ValueTestParams::ForBooleanPolicy(
- kPolicyIncognitoEnabled,
- key::kIncognitoEnabled),
+ ValueTestParams::ForIntegerPolicy(
+ kPolicyIncognitoModeAvailability,
+ key::kIncognitoModeAvailability),
ValueTestParams::ForBooleanPolicy(
kPolicyDisablePluginFinder,
key::kDisablePluginFinder),

Powered by Google App Engine
This is Rietveld 408576698