Index: content/public/common/url_constants.cc |
diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc |
index 8337146da2f8ce9deac3af777ea6b66c8154d282..25063969f77325c0b203b6b8d8cb0638b72119b3 100644 |
--- a/content/public/common/url_constants.cc |
+++ b/content/public/common/url_constants.cc |
@@ -42,8 +42,6 @@ const char kChromeUIGpuCrashURL[] = "chrome://gpucrash"; |
const char kChromeUIGpuHangURL[] = "chrome://gpuhang"; |
const char kChromeUIHangURL[] = "chrome://hang"; |
const char kChromeUIKillURL[] = "chrome://kill"; |
-const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/"; |
-const char kChromeUIShorthangURL[] = "chrome://shorthang"; |
} // namespace chrome |
@@ -55,6 +53,9 @@ const char kStandardSchemeSeparator[] = "://"; |
// have a chrome:// scheme that might let it be confused with a WebUI page. |
const char kUnreachableWebDataURL[] = "data:text/html,chromewebdata"; |
+const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/"; |
+const char kChromeUIShorthangURL[] = "chrome://shorthang"; |
+ |
// This URL is loaded when a page is swapped out and replaced by a page in a |
// different renderer process. It must have a unique origin that cannot be |
// scripted by other pages in the process. |