Update reload_button.cc

This commit is contained in:
Alexander David Frick 2023-01-27 15:17:35 -06:00 committed by GitHub
parent 9823bd1bef
commit 8e6e1ae033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // 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 { bool ReloadButton::GetMenuEnabled() const {
return menu_enabled_; return menu_enabled_;
} }