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

Unified Diff: chrome/common/pref_names.h

Issue 820133002: Reusing names of policy keys from policy_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 1266a91197df27402fe61e191445145e7b8aef02..532f57a3d54eec80986aa28555dcca3a6db6ed27 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -597,6 +597,11 @@ extern const char kRemoteAccessHostAllowClientPairing[];
extern const char kRemoteAccessHostAllowGnubbyAuth[];
extern const char kRemoteAccessHostAllowRelayedConnection[];
extern const char kRemoteAccessHostUdpPortRange[];
+extern const char kRemoteAccessHostMatchUsername[];
+extern const char kRemoteAccessHostTokenUrl[];
+extern const char kRemoteAccessHostTokenValidationUrl[];
+extern const char kRemoteAccessHostTokenValidationCertificateIssuer[];
+extern const char kRemoteAccessHostDebugOverridePolicies[];
extern const char kPrintPreviewStickySettings[];
extern const char kCloudPrintRoot[];

Powered by Google App Engine
This is Rietveld 408576698