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

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

Issue 2743323005: MD Settings: enhance restarting Chrome + interacting w/ session restore (Closed)
Patch Set: merge 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
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..fb754329b6184e1d42847f350f8dfcb869d76cfe 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -36,6 +36,7 @@ CONTENT_EXPORT extern const char kChromeUIBlobInternalsHost[];
CONTENT_EXPORT extern const char kChromeUIBrowserCrashHost[];
CONTENT_EXPORT extern const char kChromeUIDinoHost[];
CONTENT_EXPORT extern const char kChromeUIGpuHost[];
+CONTENT_EXPORT extern const char kChromeUIHelpHost[];
Charlie Reis 2017/03/17 17:43:12 [+jam, nasko, twellington, calamity] Hmm, these a
sky 2017/03/17 19:11:42 I suspect these constants were added here at least
Dan Beam 2017/03/17 19:54:07 FWIW: thestig@ noticed this while I was de-duping
CONTENT_EXPORT extern const char kChromeUIHistogramHost[];
CONTENT_EXPORT extern const char kChromeUIHistoryHost[];
#if defined(OS_ANDROID)
@@ -49,6 +50,7 @@ CONTENT_EXPORT extern const char kChromeUINetworkErrorsListingHost[];
CONTENT_EXPORT extern const char kChromeUINetworkViewCacheHost[];
CONTENT_EXPORT extern const char kChromeUIResourcesHost[];
CONTENT_EXPORT extern const char kChromeUIServiceWorkerInternalsHost[];
+CONTENT_EXPORT extern const char kChromeUISettingsHost[];
CONTENT_EXPORT extern const char kChromeUITracingHost[];
CONTENT_EXPORT extern const char kChromeUIUberHost[];
CONTENT_EXPORT extern const char kChromeUIWebRTCInternalsHost[];
« no previous file with comments | « components/sessions/content/content_serialized_navigation_driver.cc ('k') | content/public/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698