summaryrefslogtreecommitdiff
path: root/libcef/common/chrome/chrome_main_runner_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcef/common/chrome/chrome_main_runner_delegate.h')
-rw-r--r--libcef/common/chrome/chrome_main_runner_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcef/common/chrome/chrome_main_runner_delegate.h b/libcef/common/chrome/chrome_main_runner_delegate.h
index a153d781..970cecd1 100644
--- a/libcef/common/chrome/chrome_main_runner_delegate.h
+++ b/libcef/common/chrome/chrome_main_runner_delegate.h
@@ -35,8 +35,8 @@ class ChromeMainRunnerDelegate : public CefMainRunnerDelegate {
void BeforeMainThreadInitialize(const CefMainArgs& args) override;
void BeforeMainMessageLoopRun(base::RunLoop* run_loop) override;
bool HandleMainMessageLoopQuit() override;
+ void BeforeUIThreadInitialize() override;
void AfterUIThreadShutdown() override;
- void AfterMainThreadShutdown() override;
void BeforeExecuteProcess(const CefMainArgs& args) override;
void AfterExecuteProcess() override;