X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=nageru_cef_app.h;h=7b8969bbc7224e863d13b191049f424390b0cae7;hp=a120d5a72e74be25fa12978fe1f57b38d04612bb;hb=refs%2Fheads%2Fffmpeg-audio-only;hpb=cd48c8ab6d7425d4b4d9fdb2493da69b44848c9e diff --git a/nageru_cef_app.h b/nageru_cef_app.h index a120d5a..7b8969b 100644 --- a/nageru_cef_app.h +++ b/nageru_cef_app.h @@ -76,9 +76,7 @@ public: return this; } - void OnBeforeCommandLineProcessing(const CefString& process_type, CefRefPtr command_line); - - void OnBrowserDestroyed(CefRefPtr browser) override; + void OnBeforeCommandLineProcessing(const CefString& process_type, CefRefPtr command_line) override; private: void cef_thread_func(); @@ -88,8 +86,6 @@ private: int cef_thread_refcount = 0; // Under . bool cef_initialized = false; // Under . std::condition_variable cef_initialized_cond; - std::unordered_set pending_browsers; // Under . - std::condition_variable browser_closed_cond; IMPLEMENT_REFCOUNTING(NageruCefApp); };