| Index: cc/trees/proxy.cc
|
| diff --git a/cc/trees/proxy.cc b/cc/trees/proxy.cc
|
| index 66967a645c230e9a475978a793db8cb664b66cc5..e5528868c0e129c5d8fddbeda9fe07f6fba76dab 100644
|
| --- a/cc/trees/proxy.cc
|
| +++ b/cc/trees/proxy.cc
|
| @@ -20,14 +20,16 @@ base::SingleThreadTaskRunner* Proxy::ImplThreadTaskRunner() const {
|
| }
|
|
|
| bool Proxy::IsMainThread() const {
|
| +/*
|
| #if DCHECK_IS_ON
|
| DCHECK(main_task_runner_.get());
|
| if (impl_thread_is_overridden_)
|
| return false;
|
| return main_task_runner_->BelongsToCurrentThread();
|
| #else
|
| +*/
|
| return true;
|
| -#endif
|
| +// #endif
|
| }
|
|
|
| bool Proxy::IsImplThread() const {
|
|
|