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

Unified Diff: base/task.h

Issue 7624052: Cleanup code used to diagnose and fix bug 81449. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months 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 | « base/process_win.cc ('k') | base/threading/platform_thread_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task.h
===================================================================
--- base/task.h (revision 97282)
+++ base/task.h (working copy)
@@ -462,14 +462,6 @@
}
virtual void Run() {
- // TODO(apatrick): Remove this ASAP. This ensures that the function pointer
- // is available in minidumps for the purpose of diagnosing
- // http://crbug.com/81449.
- Function function = function_;
- base::debug::Alias(&function);
- Params params = params_;
- base::debug::Alias(&params);
-
if (function_)
DispatchToFunction(function_, params_);
}
« no previous file with comments | « base/process_win.cc ('k') | base/threading/platform_thread_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698