// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/page/plugin_script_forbidden_scope.h" #include "base/check.h" #include "third_party/blink/renderer/platform/wtf/wtf.h" namespace blink { static unsigned g_plugin_script_forbidden_count = …; PluginScriptForbiddenScope::PluginScriptForbiddenScope() { … } PluginScriptForbiddenScope::~PluginScriptForbiddenScope() { … } bool PluginScriptForbiddenScope::IsForbidden() { … } } // namespace blink