mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
chore: use consistent parameter names (#29361)
This commit is contained in:
@@ -35,7 +35,7 @@ class AutoUpdater : public gin::Wrappable<AutoUpdater>,
|
||||
~AutoUpdater() override;
|
||||
|
||||
// Delegate implementations.
|
||||
void OnError(const std::string& error) override;
|
||||
void OnError(const std::string& message) override;
|
||||
void OnError(const std::string& message,
|
||||
const int code,
|
||||
const std::string& domain) override;
|
||||
|
||||
Reference in New Issue
Block a user