blob: ee5ddd55f67dbdf4ed6f31df2962f3d534d50865 [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 "ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
DEFINE_WEB_STATE_USER_DATA_KEY(IOSChromeSessionTabHelper);
IOSChromeSessionTabHelper::IOSChromeSessionTabHelper(web::WebState* web_state) {
}
IOSChromeSessionTabHelper::~IOSChromeSessionTabHelper() {}
void IOSChromeSessionTabHelper::SetWindowID(const SessionID& id) {
window_id_ = id;
}