chore: bump chromium to 92.0.4499.0 (master) (#29046)
This commit is contained in:
parent
cbba602eae
commit
d5f2eb5a81
56 changed files with 162 additions and 148 deletions
|
@ -25,7 +25,7 @@ class TaskbarHost {
|
|||
std::string tooltip;
|
||||
gfx::Image icon;
|
||||
std::vector<std::string> flags;
|
||||
base::Closure clicked_callback;
|
||||
base::RepeatingClosure clicked_callback;
|
||||
|
||||
ThumbarButton();
|
||||
ThumbarButton(const ThumbarButton&);
|
||||
|
@ -66,7 +66,7 @@ class TaskbarHost {
|
|||
// Initialize the taskbar object.
|
||||
bool InitializeTaskbar();
|
||||
|
||||
using CallbackMap = std::map<int, base::Closure>;
|
||||
using CallbackMap = std::map<int, base::RepeatingClosure>;
|
||||
CallbackMap callback_map_;
|
||||
|
||||
std::vector<ThumbarButton> last_buttons_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue