Joshua Pawlicki | ddf9723e | 2017-10-24 15:24:23 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef COMPONENTS_COMPONENT_UPDATER_CRL_SET_REMOVER_H_ |
| 6 | #define COMPONENTS_COMPONENT_UPDATER_CRL_SET_REMOVER_H_ |
| 7 | |
| 8 | namespace base { |
| 9 | class FilePath; |
| 10 | } // namespace base |
| 11 | |
| 12 | namespace component_updater { |
| 13 | |
| 14 | // TODO(waffles): Remove in M66 or later. |
| 15 | void DeleteLegacyCRLSet(const base::FilePath& user_data_dir); |
| 16 | |
| 17 | } // namespace component_updater |
| 18 | |
| 19 | #endif // COMPONENTS_COMPONENT_UPDATER_CRL_SET_REMOVER_H_ |