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

Unified Diff: views/widget/aero_tooltip_manager.h

Issue 399016: Fix race conditions where an object's constructor uses PostTask on itself. T... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/browser/strict_transport_security_persister.cc ('k') | views/widget/aero_tooltip_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/aero_tooltip_manager.h
===================================================================
--- views/widget/aero_tooltip_manager.h (revision 32148)
+++ views/widget/aero_tooltip_manager.h (working copy)
@@ -40,7 +40,8 @@
class InitialTimer : public base::RefCounted<InitialTimer> {
public:
- InitialTimer(AeroTooltipManager* manager, int time);
+ InitialTimer(AeroTooltipManager* manager);
jamesr 2009/11/17 21:00:07 This needs to be marked explicit
jam 2009/11/17 21:03:21 Done.
+ void Start(int time);
void Disown();
void Execute();
« no previous file with comments | « chrome/browser/strict_transport_security_persister.cc ('k') | views/widget/aero_tooltip_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698