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

Unified Diff: base/debug_util_win.cc

Issue 18173: "Port" StackTrace to Mac (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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
« base/debug_util_posix.cc ('K') | « base/debug_util_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug_util_win.cc
===================================================================
--- base/debug_util_win.cc (revision 8223)
+++ base/debug_util_win.cc (working copy)
@@ -106,11 +106,6 @@
StackTrace::StackTrace() {
}
-const void *const *StackTrace::Addresses(size_t* count) {
- *count = 0;
- return NULL;
-}
-
void PrintBacktrace() {
NOTIMPLEMENTED();
}
« base/debug_util_posix.cc ('K') | « base/debug_util_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698