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

Unified Diff: src/google_breakpad/processor/minidump.h

Issue 1287803002: Allow Print() to be called by const instances of MinidumpLinuxMaps and (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 5 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 | « no previous file | src/processor/minidump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/google_breakpad/processor/minidump.h
===================================================================
--- src/google_breakpad/processor/minidump.h (revision 1480)
+++ src/google_breakpad/processor/minidump.h (working copy)
@@ -892,7 +892,7 @@
const string GetPathname() const { return valid_ ? region_.path : ""; }
// Print the contents of this mapping.
- void Print();
+ void Print() const;
private:
// These objects are managed by MinidumpLinuxMapsList.
@@ -920,7 +920,7 @@
const MinidumpLinuxMaps *GetLinuxMapsAtIndex(unsigned int index) const;
// Print the contents of /proc/self/maps to stdout.
- void Print();
+ void Print() const;
private:
friend class Minidump;
« no previous file with comments | « no previous file | src/processor/minidump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698