blob: 87c72b055e3f6ce207d4a43e36276117c100a8fb [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_TAB_CONTENTS_CHROME_WEB_CONTENTS_MENU_HELPER_H_
#define CHROME_BROWSER_UI_TAB_CONTENTS_CHROME_WEB_CONTENTS_MENU_HELPER_H_
namespace content {
class WebContents;
struct ContextMenuParams;
} // namespace content
// Add properties that are specified via preferences and influence the context
// menu.
content::ContextMenuParams AddContextMenuParamsPropertiesFromPreferences(
content::WebContents* web_contents,
const content::ContextMenuParams& params);
#endif // CHROME_BROWSER_UI_TAB_CONTENTS_CHROME_WEB_CONTENTS_MENU_HELPER_H_