| // Copyright 2017 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef VIRTUAL_FILE_PROVIDER_UTIL_H_ | |
| #define VIRTUAL_FILE_PROVIDER_UTIL_H_ | |
| namespace virtual_file_provider { | |
| // Clears all capabilities of the current thread. | |
| bool ClearCapabilities(); | |
| } // namespace virtual_file_provider | |
| #endif // VIRTUAL_FILE_PROVIDER_UTIL_H_ |