blob: 18ef7bc8f4f2b92c52c8dc4bc5c6990104e367b7 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/sessions/core/live_tab.h"
namespace sessions {
LiveTab::~LiveTab() {}
std::unique_ptr<PlatformSpecificTabData> LiveTab::GetPlatformSpecificTabData() {
return nullptr;
}
} // namespace sessions