| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 44aef6d7841eb95e63d9f033b9f5faa8b45ea491..59264b79215cff86c4500a418d8a0b2b8cd9943a 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -173,6 +173,7 @@ const char kChromeUITextfieldsHost[] = "textfields";
|
| const char kChromeUITermsHost[] = "terms";
|
| const char kChromeUITouchIconHost[] = "touch-icon";
|
| const char kChromeUIVersionHost[] = "version";
|
| +const char kChromeUIWorkersHost[] = "workers";
|
|
|
| const char kChromeUIScreenshotPath[] = "screenshots";
|
| const char kChromeUIThemePath[] = "theme";
|
|
|