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

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

Issue 10091023: content: Move more two url constants to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/url_constants.h
diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
index dcf69d59eb248175d78fb5ea2578dcd0e75a04b6..dedb3fede9b239824bfdcba51487bf1bd094662b 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -52,16 +52,16 @@ CONTENT_EXPORT extern const char kChromeUIKillURL[];
CONTENT_EXPORT extern const char kChromeUINetworkViewCacheURL[];
CONTENT_EXPORT extern const char kChromeUIShorthangURL[];
+} // namespace chrome
+
+namespace content {
+
// Special URL used to start a navigation to an error page.
extern const char kUnreachableWebDataURL[];
// Special URL used to swap out a view being rendered by another process.
extern const char kSwappedOutURL[];
-} // namespace chrome
-
-namespace content {
-
// Null terminated list of schemes that are savable. This function can be
// invoked on any thread.
CONTENT_EXPORT const char** GetSavableSchemes();
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698