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

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

Issue 2759333002: Move chrome-specific SerializedNavigation code to chrome/. (Closed)
Patch Set: Fix Android Created 3 years, 9 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 | « components/sessions/core/serialized_navigation_entry.h ('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 561265d15054dd2f4d9d67ec7b71e2a99bf9e891..fcf05ab2cf4ec0b3f6cc783a0d5e4a8a8731defd 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -23,9 +23,6 @@ CONTENT_EXPORT extern const char kViewSourceScheme[];
#if defined(OS_CHROMEOS)
CONTENT_EXPORT extern const char kExternalFileScheme[];
#endif
-#if defined(OS_ANDROID)
-CONTENT_EXPORT extern const char kChromeNativeUIScheme[];
-#endif
// Hosts for about URLs.
CONTENT_EXPORT extern const char kAboutSrcDocURL[];
@@ -37,10 +34,6 @@ CONTENT_EXPORT extern const char kChromeUIBrowserCrashHost[];
CONTENT_EXPORT extern const char kChromeUIDinoHost[];
CONTENT_EXPORT extern const char kChromeUIGpuHost[];
CONTENT_EXPORT extern const char kChromeUIHistogramHost[];
-CONTENT_EXPORT extern const char kChromeUIHistoryHost[];
-#if defined(OS_ANDROID)
-CONTENT_EXPORT extern const char kChromeUIHistoryFrameHost[];
-#endif
CONTENT_EXPORT extern const char kChromeUIIndexedDBInternalsHost[];
CONTENT_EXPORT extern const char kChromeUIMediaInternalsHost[];
CONTENT_EXPORT extern const char kChromeUIMemoryExhaustHost[];
@@ -50,7 +43,6 @@ CONTENT_EXPORT extern const char kChromeUINetworkViewCacheHost[];
CONTENT_EXPORT extern const char kChromeUIResourcesHost[];
CONTENT_EXPORT extern const char kChromeUIServiceWorkerInternalsHost[];
CONTENT_EXPORT extern const char kChromeUITracingHost[];
-CONTENT_EXPORT extern const char kChromeUIUberHost[];
CONTENT_EXPORT extern const char kChromeUIWebRTCInternalsHost[];
// Full about URLs (including schemes).
@@ -82,10 +74,6 @@ CONTENT_EXPORT extern const char kUnreachableWebDataURL[];
CONTENT_EXPORT extern const char kChromeUINetworkViewCacheURL[];
CONTENT_EXPORT extern const char kChromeUIResourcesURL[];
CONTENT_EXPORT extern const char kChromeUIShorthangURL[];
-#if defined(OS_ANDROID)
-CONTENT_EXPORT extern const char kChromeUIHistoryURL[];
-CONTENT_EXPORT extern const char kChromeUINativeHistoryURL[];
-#endif
} // namespace content
« no previous file with comments | « components/sessions/core/serialized_navigation_entry.h ('k') | content/public/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698