summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
Diffstat (limited to 'content/common')
-rw-r--r--content/common/url_schemes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/url_schemes.cc b/content/common/url_schemes.cc
index c7446a3..ac8dbf4 100644
--- a/content/common/url_schemes.cc
+++ b/content/common/url_schemes.cc
@@ -38,8 +38,8 @@ void RegisterContentSchemes(bool lock_standard_schemes) {
// the new tab page.
url_util::AddStandardScheme(chrome::kChromeDevToolsScheme);
url_util::AddStandardScheme(chrome::kChromeUIScheme);
- url_util::AddStandardScheme(chrome::kMetadataScheme);
url_util::AddStandardScheme(chrome::kGuestScheme);
+ url_util::AddStandardScheme(kMetadataScheme);
std::for_each(additional_standard_schemes.begin(),
additional_standard_schemes.end(),
AddStandardSchemeHelper);