mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 91.0.4472.0 (#870763)
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
#define CEF_LIBCEF_BROWSER_MENU_RUNNER_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "base/macros.h"
|
||||
#include "base/strings/string16.h"
|
||||
|
||||
namespace content {
|
||||
struct ContextMenuParams;
|
||||
@ -24,7 +24,7 @@ class CefMenuRunner {
|
||||
CefMenuModelImpl* model,
|
||||
const content::ContextMenuParams& params) = 0;
|
||||
virtual void CancelContextMenu() {}
|
||||
virtual bool FormatLabel(base::string16& label) { return false; }
|
||||
virtual bool FormatLabel(std::u16string& label) { return false; }
|
||||
|
||||
protected:
|
||||
// Allow deletion via scoped_ptr only.
|
||||
|
Reference in New Issue
Block a user