Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3409)

Unified Diff: ceee/ie/broker/executors_manager.h

Issue 5595005: Revert 68298 - Make sure we don't keep tab id - handles mapping when a dread ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ceee/ie/broker/chrome_postman.cc ('k') | ceee/ie/broker/executors_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/broker/executors_manager.h
===================================================================
--- ceee/ie/broker/executors_manager.h (revision 68298)
+++ ceee/ie/broker/executors_manager.h (working copy)
@@ -16,7 +16,6 @@
#include "base/lock.h"
#include "base/singleton.h"
-#include "base/task.h"
#include "ceee/common/window_utils.h"
#include "ceee/ie/broker/window_events_funnel.h"
@@ -121,10 +120,6 @@
// Unregister the HWND and its corresponding tab ID and tool band tab ID.
virtual void DeleteTabHandle(HWND handle);
- // Cleans up the maps from all handles that would be associated to the given
- // thread id.
- virtual void CleanupMapsForThread(DWORD thread_id);
-
// Traits for Singleton<ExecutorsManager> so that we can pass an argument
// to the constructor.
struct SingletonTraits : public DefaultSingletonTraits<ExecutorsManager> {
« no previous file with comments | « ceee/ie/broker/chrome_postman.cc ('k') | ceee/ie/broker/executors_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698