Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0b1ed2be52827dc442204b0be39c9d89d6832d03..ad8ee952a70ee586b9e6ade3c5378c2386c7e963 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -870,6 +870,8 @@ const char kPowerPresentationIdleDelayFactor[] = |
// The URL from which the Terms of Service can be downloaded. The value is only |
// honored for public accounts. |
const char kTermsOfServiceURL[] = "terms_of_service.url"; |
+ |
+const char kUserPolicyHash[] = "policy.user_policy_hash"; |
#endif // defined(OS_CHROMEOS) |
// The disabled messages in IPC logging. |
@@ -2008,6 +2010,8 @@ const char kOwnerPrimaryMouseButtonRight[] = "owner.mouse.primary_right"; |
// Copy of owner tap-to-click option to use on login screen. |
const char kOwnerTapToClickEnabled[] = "owner.touchpad.enable_tap_to_click"; |
+ |
+const char kDevicePolicyHashes[] = "policy.device_policy_hashes"; |
#endif |
// Whether there is a Flash version installed that supports clearing LSO data. |