summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/extensions/extensions.js
blob: 5836804c9e488bb23869d05881bd55cd7ccd9f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2019 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 './manager.js';

export {getToastManager} from 'chrome://resources/cr_elements/cr_toast/cr_toast_manager.m.js';
export {ActivityLogPageState} from './activity_log/activity_log_history.js';
export {ARG_URL_PLACEHOLDER} from './activity_log/activity_log_stream_item.js';
export {UserAction} from './item_util.js';
// <if expr="chromeos">
export {KioskBrowserProxyImpl} from './kiosk_browser_proxy.js';
// </if>
export {Dialog, navigation, NavigationHelper, Page} from './navigation_helper.js';
export {OptionsDialogMaxHeight, OptionsDialogMinWidth} from './options_dialog.js';
export {getPatternFromSite} from './runtime_hosts_dialog.js';
export {Service} from './service.js';
export {isValidKeyCode, Key, keystrokeToString} from './shortcut_util.js';