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

Unified Diff: chrome/common/url_constants.cc

Issue 1786263002: Remove uses of ENABLE_CONFIGURATION_POLICY from src/chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort Created 4 years, 9 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/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index d850d67a9caa7a9284241983aa93d7f41f7ec255..3f42e056ec87d053c3d7c4b57ccde4be61b5bd96 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -616,6 +616,7 @@ const char* const kChromeHostURLs[] = {
kChromeUINewTabHost,
kChromeUIOmniboxHost,
kChromeUIPasswordManagerInternalsHost,
+ kChromeUIPolicyHost,
kChromeUIPredictorsHost,
kChromeUIProfilerHost,
kChromeUISignInInternalsHost,
@@ -687,9 +688,6 @@ const char* const kChromeHostURLs[] = {
#if !defined(DISABLE_NACL)
kChromeUINaClHost,
#endif
-#if defined(ENABLE_CONFIGURATION_POLICY)
- kChromeUIPolicyHost,
-#endif
#if defined(ENABLE_EXTENSIONS)
kChromeUIExtensionsHost,
#endif

Powered by Google App Engine
This is Rietveld 408576698