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

Unified Diff: components/crash/content/app/crashpad.h

Issue 2256723002: Fix SyzyASAN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
Index: components/crash/content/app/crashpad.h
diff --git a/components/crash/content/app/crashpad.h b/components/crash/content/app/crashpad.h
index 47a30943aae9d06407478a0036c60b4f71f45a88..fc115dd029ba23145d259c20468de93a7e5ff15d 100644
--- a/components/crash/content/app/crashpad.h
+++ b/components/crash/content/app/crashpad.h
@@ -12,12 +12,6 @@
#include <vector>
#include "base/files/file_path.h"
-#include "third_party/kasko/kasko_features.h"
-
-#if BUILDFLAG(ENABLE_KASKO)
-#include "base/process/process.h"
-#include "syzygy/kasko/api/crash_key.h"
-#endif // BUILDFLAG(ENABLE_KASKO)
namespace crash_reporter {
@@ -93,17 +87,6 @@ struct Report {
// reports first).
void GetReports(std::vector<Report>* reports);
-#if BUILDFLAG(ENABLE_KASKO)
-// Returns a copy of the current crash keys for Kasko.
-void GetCrashKeysForKasko(std::vector<kasko::api::CrashKey>* crash_keys);
-
-// Reads the annotations for the executable module for |process| and puts them
-// into |crash_keys|.
-void ReadMainModuleAnnotationsForKasko(
- const base::Process& process,
- std::vector<kasko::api::CrashKey>* crash_keys);
-#endif // BUILDFLAG(ENABLE_KASKO)
-
namespace internal {
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698