| Index: chrome/common/url_constants.cc
 | 
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
 | 
| index 796b8da9122affab097593cda2c68c3c3a8613a9..2f7fc73b8242c09d63673b8533918ca40bed2d2b 100644
 | 
| --- a/chrome/common/url_constants.cc
 | 
| +++ b/chrome/common/url_constants.cc
 | 
| @@ -126,6 +126,10 @@ const char kChromeUITabModalConfirmDialogURL[] =
 | 
|      "chrome://tab-modal-confirm-dialog/";
 | 
|  #endif
 | 
|  
 | 
| +#if defined(ENABLE_WEBRTC)
 | 
| +const char kChromeUIWebRtcLogsURL[] = "chrome://webrtc-logs/";
 | 
| +#endif
 | 
| +
 | 
|  // Add Chrome UI hosts here, in alphabetical order.
 | 
|  // Add hosts to kChromePaths in browser_about_handler.cc to be listed by
 | 
|  // chrome://chrome-urls (about:about) and the built-in AutocompleteProvider.
 | 
| @@ -273,6 +277,10 @@ const char kChromeUIFileManagerHost[] = "files";
 | 
|  const char kChromeUITabModalConfirmDialogHost[] = "tab-modal-confirm-dialog";
 | 
|  #endif
 | 
|  
 | 
| +#if defined(ENABLE_WEBRTC)
 | 
| +const char kChromeUIWebRtcLogsHost[] = "webrtc-logs";
 | 
| +#endif
 | 
| +
 | 
|  // Option sub pages.
 | 
|  // Add sub page paths to kChromeSettingsSubPages in builtin_provider.cc to be
 | 
|  // listed by the built-in AutocompleteProvider.
 | 
| 
 |