chromium/chrome/browser/sessions/session_restore_test_utils.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/sessions/session_restore_test_utils.h"

#include "chrome/browser/sessions/session_restore.h"
#include "chrome/browser/sessions/tab_loader_delegate.h"

namespace testing {

bool AlwayLoadSessionRestorePolicy::ShouldLoad(
    content::WebContents* contents) const {}

ScopedAlwaysLoadSessionRestoreTestPolicy::
    ScopedAlwaysLoadSessionRestoreTestPolicy() {}

ScopedAlwaysLoadSessionRestoreTestPolicy::
    ~ScopedAlwaysLoadSessionRestoreTestPolicy() {}

SessionsRestoredWaiter::SessionsRestoredWaiter(
    base::OnceClosure quit_closure,
    int num_session_restores_expected)
    :{}

SessionsRestoredWaiter::~SessionsRestoredWaiter() = default;

void SessionsRestoredWaiter::OnSessionRestoreDone(Profile* profile,
                                                  int num_tabs_restored) {}

}  // namespace testing