// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_RENDERER_BINDINGS_BINDING_ACCESS_CHECKER_H_ #define EXTENSIONS_RENDERER_BINDINGS_BINDING_ACCESS_CHECKER_H_ #include <string> #include "base/functional/callback.h" #include "v8/include/v8.h" namespace extensions { // A helper class to handle access-checking API features. class BindingAccessChecker { … }; } // namespace extensions #endif // EXTENSIONS_RENDERER_BINDINGS_BINDING_ACCESS_CHECKER_H_