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

Unified Diff: chrome/common/url_constants.h

Issue 9124028: separate about page into its own page (included in chrome://chrome) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 11 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: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 0f128c68ec7682492ef5387c891b91e094b8c352..ae599f2dd51a9148ffe6f00d26c5465604bc4290 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -20,6 +20,7 @@ extern const char kAboutVersionURL[];
// chrome: URLs (including schemes). Should be kept in sync with the
// components below.
extern const char kChromeUIAboutURL[];
+extern const char kChromeUIAboutPageFrameURL[];
Dan Beam 2012/01/09 23:05:51 alpha here and below if appropriate (seems to be)
Evan Stade 2012/01/09 23:31:16 Done.
extern const char kChromeUIBookmarksURL[];
extern const char kChromeUICertificateViewerURL[];
extern const char kChromeUIChromeURLsURL[];
@@ -106,6 +107,7 @@ extern const char kChromeUIAppListURL[];
#endif
// chrome components of URLs. Should be kept in sync with the full URLs above.
+extern const char kChromeUIAboutPageFrameHost[];
extern const char kChromeUIAboutHost[];
extern const char kChromeUIAppCacheInternalsHost[];
extern const char kChromeUIBlankHost[];

Powered by Google App Engine
This is Rietveld 408576698