Chromium Code Reviews| Index: chrome/browser/resources/chromeos/switch_access/background.js |
| diff --git a/chrome/browser/resources/chromeos/switch_access/background.js b/chrome/browser/resources/chromeos/switch_access/background.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d1555c3d90ed1f6b7964dc483e0d25cb5dc0b3a0 |
| --- /dev/null |
| +++ b/chrome/browser/resources/chromeos/switch_access/background.js |
| @@ -0,0 +1,5 @@ |
| +// Copyright 2017 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. |
| + |
| +window.switchAccess = new SwitchAccess(); |
|
David Tseng
2017/03/24 18:53:11
nit: js doc?
elichtenberg
2017/03/25 00:02:19
Done.
|