Componentize kAlternateErrorPagesAllowed pref
This pref is used by CaptivePortalService, which we are in the process
of componentizing. As it controls various aspects of Chrome beyond
just the usage of the CaptivePortalService, we place it in
//components/embedder_support rather than //components/captive_portal.
Bug: 1030692
Change-Id: I69aa83aa26250ced18175375488c3621f46caa58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010962
Reviewed-by: Matt Menke <[email protected]>
Commit-Queue: Colin Blundell <[email protected]>
Cr-Commit-Position: refs/heads/master@{#734005}
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 3293581c..ff72066 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -812,6 +812,7 @@
"//components/download/content/public",
"//components/download/public/common:public",
"//components/drive",
+ "//components/embedder_support",
"//components/favicon/content",
"//components/feedback",
"//components/gcm_driver",