summaryrefslogtreecommitdiffstats
path: root/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.mm
blob: 76c3fb06640303fd7d3c8f3c6891ae114f0389da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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;
}