chromium/third_party/blink/renderer/core/input/context_menu_allowed_scope.cc

// 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/input/context_menu_allowed_scope.h"

#include "base/check_op.h"

namespace blink {

static unsigned g_context_menu_allowed_count =;

ContextMenuAllowedScope::ContextMenuAllowedScope() {}

ContextMenuAllowedScope::~ContextMenuAllowedScope() {}

bool ContextMenuAllowedScope::IsContextMenuAllowed() {}

}  // namespace blink