| Index: components/offline_pages/snapshot_controller.cc
|
| diff --git a/components/offline_pages/snapshot_controller.cc b/components/offline_pages/snapshot_controller.cc
|
| index 374b9f561119b3fcb9feadfe97d591ae6d7c8940..ace25101b5f1c8c49dc99a4997e44a70538f1af5 100644
|
| --- a/components/offline_pages/snapshot_controller.cc
|
| +++ b/components/offline_pages/snapshot_controller.cc
|
| @@ -45,7 +45,6 @@ void SnapshotController::PendingSnapshotCompleted() {
|
| // Stopped state prevents any further snapshots form being started.
|
| if (state_ == State::kStopped)
|
| return;
|
| - DCHECK(state_ == State::kSnapshotPending);
|
| state_ = State::kReady;
|
| }
|
|
|
|
|