blob: 9a0dabf3c11bd49cfd472fbd162f40e63089a972 [file] [log] [blame]
// Copyright 2013 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 "chrome/browser/android/webapps/single_tab_mode_tab_helper.h"
SingleTabModeTabHelper::SingleTabModeTabHelper(
content::WebContents* web_contents) {}
SingleTabModeTabHelper::~SingleTabModeTabHelper() {}
void SingleTabModeTabHelper::PermanentlyBlockAllNewWindows() {
block_all_new_windows_ = true;
}
WEB_CONTENTS_USER_DATA_KEY_IMPL(SingleTabModeTabHelper)