Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | /* Copyright 2016 The Chromium Authors. All Rights Reserved. |
| 2 | * |
| 3 | * Use of this source code is governed by a BSD-style |
| 4 | * license that can be found in the LICENSE file or at |
| 5 | * https://developers.google.com/open-source/licenses/bsd |
| 6 | */ |
| 7 | |
| 8 | /** @type {CS.env} */ |
| 9 | var CS_env; |
| 10 | |
| 11 | // Exported functions must be mentioned in this externs file so that JSCompiler |
| 12 | // will allow exporting functions by writing '_hideID = CS_hideID'. |
| 13 | var _hideID; |
| 14 | var _showID; |
| 15 | var _hideEl; |
| 16 | var _showEl; |
| 17 | var _showInstead; |
| 18 | var _toggleHidden; |
| 19 | var _toggleCollapse; |
| 20 | var _CS_dismissCue; |
| 21 | var _CS_updateProjects; |
| 22 | var _CP_checkProjectName; |
| 23 | var _TKR_toggleStar; |
| 24 | var _TKR_toggleStarLocal; |
| 25 | var _TKR_syncStarIcons; |