Ryo Hashimoto | f8936a4 | 2017-08-04 17:41:59 +0900 | [diff] [blame] | 1 | // 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 | |
| 8 | namespace virtual_file_provider { |
| 9 | |
| 10 | // Clears all capabilities of the current thread. |
| 11 | bool ClearCapabilities(); |
| 12 | |
| 13 | } // namespace virtual_file_provider |
| 14 | |
| 15 | #endif // VIRTUAL_FILE_PROVIDER_UTIL_H_ |