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:
@ -19,7 +19,7 @@ class CefMenuRunnerLinux : public CefMenuRunner {
|
||||
CefMenuModelImpl* model,
|
||||
const content::ContextMenuParams& params) override;
|
||||
void CancelContextMenu() override;
|
||||
bool FormatLabel(base::string16& label) override;
|
||||
bool FormatLabel(std::u16string& label) override;
|
||||
|
||||
private:
|
||||
std::unique_ptr<views::MenuRunner> menu_;
|
||||
|
Reference in New Issue
Block a user