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

Unified Diff: chrome/browser/ui/views/browser_actions_container.h

Issue 9034029: Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/browser/ui/views/browser_actions_container.h
===================================================================
--- chrome/browser/ui/views/browser_actions_container.h (revision 115998)
+++ chrome/browser/ui/views/browser_actions_container.h (working copy)
@@ -13,7 +13,6 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h"
-#include "base/message_loop_helpers.h"
#include "chrome/browser/extensions/extension_context_menu_model.h"
#include "chrome/browser/extensions/extension_toolbar_model.h"
#include "chrome/browser/extensions/image_loading_tracker.h"
@@ -141,7 +140,7 @@
content::NotificationRegistrar registrar_;
- friend class base::DeleteHelper<BrowserActionButton>;
+ friend class DeleteTask<BrowserActionButton>;
DISALLOW_COPY_AND_ASSIGN(BrowserActionButton);
};
« no previous file with comments | « chrome/browser/browsing_data_remover.h ('k') | chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698