diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 22:06:19 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 22:06:19 +0000 |
commit | d1fc4379e70ad0c3bb1158413ac0687cc5d8570a (patch) | |
tree | 63788d21656ab24adc77fb2c7e83ca9d9b7b3a69 /base/debug_util_win.cc | |
parent | b6626dd455c2fd13da2e3244a5124b253324d948 (diff) | |
download | chromium_src-d1fc4379e70ad0c3bb1158413ac0687cc5d8570a.zip chromium_src-d1fc4379e70ad0c3bb1158413ac0687cc5d8570a.tar.gz chromium_src-d1fc4379e70ad0c3bb1158413ac0687cc5d8570a.tar.bz2 |
"Port" StackTrace to Mac
Review URL: http://codereview.chromium.org/18173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug_util_win.cc')
-rw-r--r-- | base/debug_util_win.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/debug_util_win.cc b/base/debug_util_win.cc index 922a58b..a41f1b3 100644 --- a/base/debug_util_win.cc +++ b/base/debug_util_win.cc @@ -106,11 +106,6 @@ void DebugUtil::BreakDebugger() { StackTrace::StackTrace() { } -const void *const *StackTrace::Addresses(size_t* count) { - *count = 0; - return NULL; -} - void PrintBacktrace() { NOTIMPLEMENTED(); } |