| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 12ab2de39a5127f0420deca9b67a5df9a99df827..29a928d59dae92f4716631b380c824e7d513114c 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -72,6 +72,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/";
|
|
|