Chromium Code Reviews| Index: content/public/common/url_constants.cc |
| diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc |
| index d7eb89e6780230b773b3f040992f7054df4ddbd8..050ad63a42ddf1835a14b5d0b6461af0ea2efabf 100644 |
| --- a/content/public/common/url_constants.cc |
| +++ b/content/public/common/url_constants.cc |
| @@ -43,6 +43,7 @@ const char kChromeUIGpuCrashURL[] = "chrome://gpucrash"; |
| const char kChromeUIGpuHangURL[] = "chrome://gpuhang"; |
| const char kChromeUIHangURL[] = "chrome://hang"; |
| const char kChromeUIKillURL[] = "chrome://kill"; |
| +const char kChromeUINewTabURL[] = "chrome://newtab"; |
|
Jered
2013/01/14 18:22:34
Isn't this already defined somewhere else?
samarth
2013/01/22 15:59:06
Only in chrome/..., and I believe content/ shouldn
|
| } // namespace chrome |