Update reload_button.cc
This commit is contained in:
parent
9823bd1bef
commit
8e6e1ae033
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2022 The Chromium Authors and Alex313031. All rights reserved.
|
||||
// Copyright 2023 The Chromium Authors and Alex313031. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
|
@ -79,6 +79,10 @@ void ReloadButton::ChangeMode(Mode mode, bool force) {
|
|||
}
|
||||
}
|
||||
|
||||
bool menu_enabled_() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ReloadButton::GetMenuEnabled() const {
|
||||
return menu_enabled_;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue