Linux: Fix compile error due to Chromium update (issue #1788)

This commit is contained in:
Marshall Greenblatt 2015-12-14 14:57:29 -05:00
parent 5dec0c5f57
commit ae25a352d0
1 changed files with 0 additions and 4 deletions

View File

@ -426,10 +426,6 @@ class ChromeProtocolHandlerWrapper :
(request->url().SchemeIs(content::kChromeUIScheme) &&
request->url().host() == content::kChromeUIAppCacheInternalsHost) ||
content::ViewBlobInternalsJobFactory::IsSupportedURL(request->url()) ||
#if defined(USE_TCMALLOC)
(request->url().SchemeIs(content::kChromeUIScheme) &&
request->url().host() == content::kChromeUITcmallocHost) ||
#endif
(request->url().SchemeIs(content::kChromeUIScheme) &&
request->url().host() == content::kChromeUIHistogramHost)) {
return chrome_protocol_handler_->MaybeCreateJob(request,