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

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

Issue 8395007: Add policy for blocking GCP printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback 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/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 c53496fb506a6cda84c8e67710b5700d9b313551..aecc7c106e6f87e7933c0e5990baf9af8c5430e0 100644
--- a/chrome/browser/policy/config_dir_policy_provider_unittest.cc
+++ b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
@@ -371,7 +371,10 @@ INSTANTIATE_TEST_CASE_P(
testing::Values(
ValueTestParams::ForIntegerPolicy(
kPolicyPolicyRefreshRate,
- key::kPolicyRefreshRate)));
+ key::kPolicyRefreshRate),
+ ValueTestParams::ForBooleanPolicy(
+ kPolicyCloudPrintSubmitEnabled,
+ key::kCloudPrintSubmitEnabled));
Joao da Silva 2011/10/28 18:56:56 One ) missing. Also notice that this is #if defin
Albert Bodenhamer 2011/10/28 22:06:06 Done.
#endif
} // namespace policy

Powered by Google App Engine
This is Rietveld 408576698