| Index: content/public/common/url_constants.cc
|
| ===================================================================
|
| --- content/public/common/url_constants.cc (revision 140625)
|
| +++ content/public/common/url_constants.cc (working copy)
|
| @@ -34,6 +34,7 @@
|
| const char kChromeUIBrowserCrashHost[] = "inducebrowsercrashforrealz";
|
| const char kChromeUINetworkViewCacheHost[] = "view-http-cache";
|
| const char kChromeUITcmallocHost[] = "tcmalloc";
|
| +const char kChromeUIHistogramHost[] = "histograms";
|
| const char kChromeUICrashURL[] = "chrome://crash";
|
| const char kChromeUIGpuCleanURL[] = "chrome://gpuclean";
|
| const char kChromeUIGpuCrashURL[] = "chrome://gpucrash";
|
|
|