diff options
Diffstat (limited to 'components/data_reduction_proxy')
-rw-r--r-- | components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc index cc340ca..1b00b19 100644 --- a/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc +++ b/components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc @@ -45,7 +45,7 @@ DataReductionProxyDebugResourceThrottle::MaybeCreate( void DataReductionProxyDebugResourceThrottle::StartDisplayingBlockingPage( scoped_refptr<DataReductionProxyDebugUIManager> ui_manager, const DataReductionProxyDebugUIManager::BypassResource& resource) { - DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); + DCHECK_CURRENTLY_ON(content::BrowserThread::UI); ui_manager->DisplayBlockingPage(resource); } |