fix capitalization and clean logic

This commit is contained in:
Shelley Vohr 2017-12-10 11:04:05 -05:00
parent f82086e6d3
commit 1ccad4a7e9
No known key found for this signature in database
GPG key ID: F13993A75599653C
2 changed files with 6 additions and 16 deletions

View file

@ -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);