| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index 9469d5984d342fb62666c3b5dfe8b002541ca1e5..6faebbd85acde6a32f0f1577b4535338095cdb36 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -201,8 +201,6 @@ void SingleThreadProxy::SetNextCommitWaitsForActivation() {
|
| }
|
|
|
| void SingleThreadProxy::SetDeferCommits(bool defer_commits) {
|
| - // Thread-only feature.
|
| - NOTREACHED();
|
| }
|
|
|
| bool SingleThreadProxy::CommitRequested() const { return false; }
|
|
|