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

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: Cleanup + unittests. 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..205bee8759553beb1471198316b7e3d169633d2f 100644
--- a/syzygy/agent/asan/runtime.h
+++ b/syzygy/agent/asan/runtime.h
@@ -221,7 +221,7 @@ class AsanRuntime {
// @returns a value describing the state of the features that can be randomly
// enabled or disabled.
- AsanFeatureSet GenerateRandomFeatureSet();
+ static AsanFeatureSet GenerateRandomFeatureSet();
// Randomly enable some features.
// @param feature_set The feature set indicating the features to update.

Powered by Google App Engine
This is Rietveld 408576698