blob: 408073bce057e026d50d958943a2c5dc19110a66 [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() {}
scoped_ptr<PlatformSpecificTabData> LiveTab::GetPlatformSpecificTabData() {
return nullptr;
}
} // namespace sessions