blob: 5027f24379cd91d82d81de73e01b58a3b96cd8de [file] [log] [blame]
Ryo Hashimotof8936a42017-08-04 17:41:59 +09001// Copyright 2017 The Chromium OS 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 VIRTUAL_FILE_PROVIDER_UTIL_H_
6#define VIRTUAL_FILE_PROVIDER_UTIL_H_
7
8namespace virtual_file_provider {
9
10// Clears all capabilities of the current thread.
11bool ClearCapabilities();
12
13} // namespace virtual_file_provider
14
15#endif // VIRTUAL_FILE_PROVIDER_UTIL_H_