Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / public / common / url_constants.cc
index 567aaa7..fe43e3c 100644 (file)
@@ -9,19 +9,18 @@ namespace chrome {
 const char kAboutScheme[] = "about";
 const char kBlobScheme[] = "blob";
 
+}  // namespace chrome
+
+namespace content {
+
 // Before adding new chrome schemes please check with security@chromium.org.
 // There are security implications associated with introducing new schemes.
 const char kChromeDevToolsScheme[] = "chrome-devtools";
-const char kChromeInternalScheme[] = "chrome-internal";
 const char kChromeUIScheme[] = "chrome";
 const char kDataScheme[] = "data";
 const char kFileScheme[] = "file";
 const char kFileSystemScheme[] = "filesystem";
 const char kFtpScheme[] = "ftp";
-}  // namespace chrome
-
-namespace content {
-
 const char kGuestScheme[] = "chrome-guest";
 const char kHttpScheme[] = "http";
 const char kHttpsScheme[] = "https";