summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/welcome/shared/action_link_style.js
blob: b4e52c4ba58751caa6cbd97d4a253d1ca3df77cf (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2018 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.

/**
 * @fileoverview Initiates focus-outline-manager for this document so that
 * action-link style can take advantage of it.
 */
cr.ui.FocusOutlineManager.forDocument(document);