chore: omit some unnecessary conversions

This commit is contained in:
Charles Kerr 2021-03-30 17:08:13 -07:00
parent 54e72fa8e3
commit 0f3620099a
2 changed files with 6 additions and 8 deletions

View file

@ -137,7 +137,7 @@ class Browser : public WindowListObserver {
#if defined(OS_WIN)
// used in browser::setLoginItemSettings
bool enabled = true;
std::wstring name = std::wstring();
std::wstring name;
// used in browser::getLoginItemSettings
bool executable_will_launch_at_login = false;