mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use consistent parameter names (#26162)
This commit is contained in:
@@ -90,7 +90,7 @@ class Notification : public gin::Wrappable<Notification>,
|
||||
void SetSound(const base::string16& sound);
|
||||
void SetActions(const std::vector<electron::NotificationAction>& actions);
|
||||
void SetCloseButtonText(const base::string16& text);
|
||||
void SetToastXml(const base::string16& text);
|
||||
void SetToastXml(const base::string16& new_toast_xml);
|
||||
|
||||
private:
|
||||
base::string16 title_;
|
||||
|
||||
Reference in New Issue
Block a user