blob: 47a99396a624c5670385b45ba6a38470f196567b [file] [log] [blame]
// Copyright (c) 2012 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.
import './autocomplete_action_predictor.js';
import './resource_prefetch_predictor.js';
import {isWindows} from 'chrome://resources/js/cr.m.js';
import {decorate} from 'chrome://resources/js/cr/ui.m.js';
import {TabBox} from 'chrome://resources/js/cr/ui/tabs.m.js';
if (isWindows) {
document.documentElement.setAttribute('os', 'win');
}
decorate('tabbox', TabBox);