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

Unified Diff: components/policy/core/common/cloud/cloud_policy_constants.cc

Issue 303993005: Add browser test for ChromeResourceDispatcherHostDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix use-after-free of ResourceDispatcherHostDelegate in test. Created 6 years, 6 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: components/policy/core/common/cloud/cloud_policy_constants.cc
diff --git a/components/policy/core/common/cloud/cloud_policy_constants.cc b/components/policy/core/common/cloud/cloud_policy_constants.cc
index 4fa410b86e81429b4ef2c2ffa28fc5a5ce5cca67..bf14f0a0d21e2d5e5c9de65bd02dcc1ad336cf9b 100644
--- a/components/policy/core/common/cloud/cloud_policy_constants.cc
+++ b/components/policy/core/common/cloud/cloud_policy_constants.cc
@@ -51,6 +51,8 @@ const char kChromeExtensionPolicyType[] = "google/chrome/extension";
} // namespace dm_protocol
+const char kChromePolicyHeader[] = "Chrome-Policy-Posture";
+
#if !defined(OS_CHROMEOS)
const uint8 kPolicyVerificationKey[] = {
0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7,

Powered by Google App Engine
This is Rietveld 408576698