Chromium Code Reviews| Index: chrome/common/url_constants.cc |
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc |
| index d17f68e51d745dc0079f50a863f97e4c846b37cd..c1a295d7f000e471b25e3e64725e775745004e77 100644 |
| --- a/chrome/common/url_constants.cc |
| +++ b/chrome/common/url_constants.cc |
| @@ -382,6 +382,7 @@ const char kInternetSubPage[] = "internet"; |
| const char kNetworkDetailSubPage[] = "networkDetail"; |
| const char kPowerSubPage[] = "power"; |
| const char kStylusSubPage[] = "stylus"; |
| +const char kHelpSubPage[] = "help"; |
|
sky
2017/05/18 15:50:43
Please keep sorted. Also, kChromeUIHelpHost has th
weidongg
2017/05/18 20:36:35
Yes, it's not used as the host.
|
| #else |
| const char kCreateProfileSubPage[] = "createProfile"; |
| const char kManageProfileSubPage[] = "manageProfile"; |