// 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 "ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h"

DEFINE_WEB_STATE_USER_DATA_KEY(IOSChromeSessionTabHelper);

IOSChromeSessionTabHelper::IOSChromeSessionTabHelper(web::WebState* web_state) {
}

IOSChromeSessionTabHelper::~IOSChromeSessionTabHelper() {}

void IOSChromeSessionTabHelper::SetWindowID(const SessionID& id) {
  window_id_ = id;
}