refactor: remove unused weak_factory_
in electron_management_api_delegate.cc (#46200)
refactor: remove unused weak_factory_
Appears to have been added in 3745b76da
but never used
This commit is contained in:
parent
02a4bd5942
commit
b8150f33db
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ class ManagementSetEnabledFunctionInstallPromptDelegate
|
||||||
const ManagementSetEnabledFunctionInstallPromptDelegate&) = delete;
|
const ManagementSetEnabledFunctionInstallPromptDelegate&) = delete;
|
||||||
ManagementSetEnabledFunctionInstallPromptDelegate& operator=(
|
ManagementSetEnabledFunctionInstallPromptDelegate& operator=(
|
||||||
const ManagementSetEnabledFunctionInstallPromptDelegate&) = delete;
|
const ManagementSetEnabledFunctionInstallPromptDelegate&) = delete;
|
||||||
|
|
||||||
private:
|
|
||||||
base::WeakPtrFactory<ManagementSetEnabledFunctionInstallPromptDelegate>
|
|
||||||
weak_factory_{this};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class ManagementUninstallFunctionUninstallDialogDelegate
|
class ManagementUninstallFunctionUninstallDialogDelegate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue