[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / component_updater / url_param_filter_remover.h
1 // Copyright 2022 The Chromium Authors
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_URL_PARAM_FILTER_REMOVER_H_
6 #define COMPONENTS_COMPONENT_UPDATER_URL_PARAM_FILTER_REMOVER_H_
7
8 namespace base {
9 class FilePath;
10 }  // namespace base
11
12 namespace component_updater {
13
14 // TODO(crbug.com/1449044): Remove in M114 or later.
15 void DeleteUrlParamFilter(const base::FilePath& user_data_dir);
16
17 }  // namespace component_updater
18
19 #endif  // COMPONENTS_COMPONENT_UPDATER_URL_PARAM_FILTER_REMOVER_H_