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

Unified Diff: content/public/common/url_constants.cc

Issue 11312016: content: Move two more url constants into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « content/public/common/url_constants.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/public/common/url_constants.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698