| 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)
|
|
|