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:
		| @@ -29,6 +29,7 @@ class CefTaskManagerImpl : public task_manager::TaskManagerObserver, | ||||
|   bool GetTaskIdsList(TaskIdList& task_ids) override; | ||||
|   bool GetTaskInfo(int64_t task_id, CefTaskInfo& info) override; | ||||
|   bool KillTask(int64_t task_id) override; | ||||
|   int64_t GetTaskIdForBrowserId(int browser_id) override; | ||||
|  | ||||
|  private: | ||||
|   bool IsValidTaskId(int64_t task_id) const; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user