views: cefclient: Fix VS2019 compile error

This commit is contained in:
Marshall Greenblatt 2021-09-21 12:39:21 +03:00
parent 5782fdca16
commit 1eba937874
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ std::string GetLabel(ViewsOverlayControls::Command command, bool maximized) {
case ViewsOverlayControls::Command::kClose:
return "X";
}
NOTREACHED();
return std::string();
}
} // namespace