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

Unified Diff: snapshot/win/pe_image_annotations_reader.h

Issue 1355503005: win: Make reading CrashpadInfo work across bitness (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: nt_headers Created 5 years, 3 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
Index: snapshot/win/pe_image_annotations_reader.h
diff --git a/snapshot/win/pe_image_annotations_reader.h b/snapshot/win/pe_image_annotations_reader.h
index 1c85ff45c99a598d018546669d91562efcff6025..3409ac88abb6fc81f8d823254b9bf7bf28ea753f 100644
--- a/snapshot/win/pe_image_annotations_reader.h
+++ b/snapshot/win/pe_image_annotations_reader.h
@@ -56,6 +56,7 @@ class PEImageAnnotationsReader {
private:
// Reads CrashpadInfo::simple_annotations_ on behalf of SimpleMap().
+ template <class Traits>
void ReadCrashpadSimpleAnnotations(
std::map<std::string, std::string>* simple_map_annotations) const;

Powered by Google App Engine
This is Rietveld 408576698