diff options
Diffstat (limited to 'base/debug/stack_trace_android.cc')
-rw-r--r-- | base/debug/stack_trace_android.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/debug/stack_trace_android.cc b/base/debug/stack_trace_android.cc index 2ccf406..c3db4c8 100644 --- a/base/debug/stack_trace_android.cc +++ b/base/debug/stack_trace_android.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -16,6 +16,9 @@ namespace debug { StackTrace::StackTrace() { } +StackTrace::StackTrace(const void* const* trace, size_t count) { +} + StackTrace::~StackTrace() { } |