fix capitalization and clean logic
This commit is contained in:
parent
f82086e6d3
commit
1ccad4a7e9
2 changed files with 6 additions and 16 deletions
|
@ -73,7 +73,7 @@ class SystemPreferences : public mate::EventEmitter<SystemPreferences>
|
|||
void UnsubscribeLocalNotification(int request_id);
|
||||
v8::Local<v8::Value> GetUserDefault(const std::string& name,
|
||||
const std::string& type);
|
||||
void registerDefaults(const base::DictionaryValue& defaults);
|
||||
void RegisterDefaults(const base::DictionaryValue& defaults);
|
||||
void SetUserDefault(const std::string& name,
|
||||
const std::string& type,
|
||||
mate::Arguments* args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue