Enable LoginItemSettings converter on all platforms

This commit is contained in:
Kevin Sawicki 2016-07-11 11:18:17 -07:00
parent 5a36c5596c
commit af907163a2

View file

@ -72,7 +72,6 @@ struct Converter<Browser::UserTask> {
};
#endif
#if defined(OS_MACOSX)
template<>
struct Converter<Browser::LoginItemSettings> {
static bool FromV8(v8::Isolate* isolate, v8::Local<v8::Value> val,
@ -97,8 +96,6 @@ struct Converter<Browser::LoginItemSettings> {
return dict.GetHandle();
}
};
#endif
} // namespace mate