blob: 31774afc94b0f554062285e28cd579a0f6c1dea5 [file] [log] [blame]
// 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_