chore: use consistent parameter names (#29361)
This commit is contained in:
parent
d18dbdd72b
commit
ba26580f23
19 changed files with 38 additions and 40 deletions
|
@ -24,9 +24,9 @@ namespace auto_updater {
|
|||
class Delegate {
|
||||
public:
|
||||
// An error happened.
|
||||
virtual void OnError(const std::string& error) {}
|
||||
virtual void OnError(const std::string& message) {}
|
||||
|
||||
virtual void OnError(const std::string& error,
|
||||
virtual void OnError(const std::string& message,
|
||||
const int code,
|
||||
const std::string& domain) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue