| // 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 './app.js'; | |
| export {ensureLazyLoaded, listenForPrivilegedLinkClicks} from './app.js'; | |
| export {BrowserService} from './browser_service.js'; | |
| export {HistoryPageViewHistogram, SyncedTabsHistogram, SYNCED_TABS_HISTOGRAM_NAME} from './constants.js'; |