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

Unified Diff: syzygy/agent/asan/runtime.h

Issue 1992773002: [SyzyAsan] Enable Crashpad reporter as a 50/50 experiment. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Created 4 years, 7 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: syzygy/agent/asan/runtime.h
diff --git a/syzygy/agent/asan/runtime.h b/syzygy/agent/asan/runtime.h
index f86be64fd394fef16ea206a0f4acb1f5f5b3aca0..c6cd4f8f907ee38afefac88904fdd4518db5b6ff 100644
--- a/syzygy/agent/asan/runtime.h
+++ b/syzygy/agent/asan/runtime.h
@@ -219,10 +219,6 @@ class AsanRuntime {
// Logs information about an Asan error.
void LogAsanErrorInfo(AsanErrorInfo* error_info);
- // @returns a value describing the state of the features that can be randomly
- // enabled or disabled.
- AsanFeatureSet GenerateRandomFeatureSet();
-
// Randomly enable some features.
// @param feature_set The feature set indicating the features to update.
void PropagateFeatureSet(AsanFeatureSet feature_set);

Powered by Google App Engine
This is Rietveld 408576698