refactor: remove unused weak_factory_
in electron_management_api_delegate.cc (#46220)
refactor: remove unused weak_factory_
Appears to have been added in 3745b76da
but never used
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
628288f074
commit
37f876e3b5
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ class ManagementSetEnabledFunctionInstallPromptDelegate
|
|||
const ManagementSetEnabledFunctionInstallPromptDelegate&) = delete;
|
||||
ManagementSetEnabledFunctionInstallPromptDelegate& operator=(
|
||||
const ManagementSetEnabledFunctionInstallPromptDelegate&) = delete;
|
||||
|
||||
private:
|
||||
base::WeakPtrFactory<ManagementSetEnabledFunctionInstallPromptDelegate>
|
||||
weak_factory_{this};
|
||||
};
|
||||
|
||||
class ManagementUninstallFunctionUninstallDialogDelegate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue