| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 0345d6d872ab1b5a3f032ea8168b56970916390d..20fe0930a5a4cf045beb466b11bcb4afd0348106 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -71,6 +71,7 @@ const char kAboutVersionURL[] = "about:version";
|
| const char kAboutBrowserCrash[] = "about:inducebrowsercrashforrealz";
|
|
|
| const char kChromeUIAboutAboutURL[] = "chrome://about/about";
|
| +const char kChromeUIAboutCreditsURL[] = "chrome://about/credits";
|
| const char kChromeUIAboutURL[] = "chrome://settings/about";
|
| const char kChromeUIAppLauncherURL[] = "chrome://newtab/#mode=app-launcher";
|
| const char kChromeUIBookmarksURL[] = "chrome://bookmarks/";
|
|
|