summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js
blob: 35f786a6972c885d8bbfa45b5574685e420aa59c (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2014 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 Loads the main background script.
 *
 */

goog.require('cvox.ChromeMsgs');
goog.require('cvox.ChromeVoxBackground');