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

Side by Side Diff: components/browser_watcher/minidump_user_streams.h

Issue 2867063002: Stability instrumentation Crashpad integration (Closed)
Patch Set: merge Created 3 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_BROWSER_WATCHER_MINIDUMP_USER_STREAMS_H_
6 #define COMPONENTS_BROWSER_WATCHER_MINIDUMP_USER_STREAMS_H_
7
8 namespace browser_watcher {
9
10 // The stream type assigned to the minidump stream that holds the serialized
11 // stability report.
12 // Note: the value was obtained by adding 1 to the stream type used for holding
13 // the SyzyAsan proto.
14 constexpr uint32_t kStabilityReportStreamType = 0x4B6B0002;
15
16 } // namespace browser_watcher
17
18 #endif // COMPONENTS_BROWSER_WATCHER_MINIDUMP_USER_STREAMS_H_
OLDNEW
« no previous file with comments | « components/browser_watcher/BUILD.gn ('k') | components/browser_watcher/postmortem_minidump_writer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698