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

Unified Diff: base/debug/stack_trace.h

Issue 6825038: Create a content::ResourceContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependencies. Created 9 years, 8 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 | « no previous file | base/debug/stack_trace_posix.cc » ('j') | chrome/browser/profiles/profile.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/stack_trace.h
diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h
index d8d792d10ff146eacd09615b183eafe7ebb471a4..860fff15ce0bdd2446d12fcd4715d8ebd5bfb173 100644
--- a/base/debug/stack_trace.h
+++ b/base/debug/stack_trace.h
@@ -42,10 +42,10 @@ class BASE_API StackTrace {
const void* const* Addresses(size_t* count);
// Prints a backtrace to stderr
- void PrintBacktrace();
+ void PrintBacktrace() const;
// Resolves backtrace to symbols and write to stream.
- void OutputToStream(std::ostream* os);
+ void OutputToStream(std::ostream* os) const;
private:
// From http://msdn.microsoft.com/en-us/library/bb204633.aspx,
« no previous file with comments | « no previous file | base/debug/stack_trace_posix.cc » ('j') | chrome/browser/profiles/profile.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698