Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / sessions / core / live_tab.cc
blob408073bce057e026d50d958943a2c5dc19110a66
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/sessions/core/live_tab.h"
7 namespace sessions {
9 LiveTab::~LiveTab() {}
11 scoped_ptr<PlatformSpecificTabData> LiveTab::GetPlatformSpecificTabData() {
12 return nullptr;
15 } // namespace sessions