mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefTaskManager::GetTaskIdForBrowserId
Update https://tests/task_manager to show the current browser's renderer task in bold. Approved-by: Nik Pavlov
This commit is contained in:
@@ -151,6 +151,8 @@ class CefBrowserHostBase : public CefBrowserHost,
|
||||
// Returns the browser associated with the specified top-level window.
|
||||
static CefRefPtr<CefBrowserHostBase> GetBrowserForTopLevelNativeWindow(
|
||||
gfx::NativeWindow owning_window);
|
||||
// Returns the browser associated with the specified browser ID.
|
||||
static CefRefPtr<CefBrowserHostBase> GetBrowserForBrowserId(int browser_id);
|
||||
|
||||
// Returns the browser most likely to be focused. This may be somewhat iffy
|
||||
// with windowless browsers as there is no guarantee that the client has only
|
||||
|
Reference in New Issue
Block a user