chromium/chrome/browser/sessions/session_restore_test_helper.cc

// Copyright 2015 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_helper.h"

#include "base/functional/bind.h"
#include "content/public/test/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"

SessionRestoreTestHelper::SessionRestoreTestHelper()
    :{}

SessionRestoreTestHelper::~SessionRestoreTestHelper() {}

void SessionRestoreTestHelper::Wait() {}

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