Fix minor include and docs errors
This commit is contained in:
parent
3b652a9966
commit
2b1922746f
|
@ -35,10 +35,6 @@
|
|||
#include "libcef/common/util_linux.h"
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
#include "libcef/common/util_mac.h"
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
base::LazyInstance<ChromeContentRendererClientCef>::DestructorAtExit
|
||||
|
@ -61,7 +57,7 @@ ChromeMainDelegateCef::ChromeMainDelegateCef(CefMainRunnerHandler* runner,
|
|||
ChromeMainDelegateCef::~ChromeMainDelegateCef() = default;
|
||||
|
||||
absl::optional<int> ChromeMainDelegateCef::BasicStartupComplete() {
|
||||
// Returns false if startup should proceed.
|
||||
// Returns no value if startup should proceed.
|
||||
auto result = ChromeMainDelegate::BasicStartupComplete();
|
||||
if (result.has_value()) {
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue