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

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: Fix 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..83751eab38ed22677c379e2970b2680d55fbfd6c 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -687,9 +687,7 @@ const char* const kChromeHostURLs[] = {
#if !defined(DISABLE_NACL)
kChromeUINaClHost,
#endif
-#if defined(ENABLE_CONFIGURATION_POLICY)
kChromeUIPolicyHost,
Andrew T Wilson (Slow) 2016/03/15 00:21:40 Should this be moved up above in alphabetical orde
-#endif
#if defined(ENABLE_EXTENSIONS)
kChromeUIExtensionsHost,
#endif

Powered by Google App Engine
This is Rietveld 408576698