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

Unified Diff: chrome/installer/setup/setup_constants.h

Issue 2559053002: Instrument setup.exe in the SyzyAsan builds.
Patch Set: Fix the component build Created 3 years, 8 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: chrome/installer/setup/setup_constants.h
diff --git a/chrome/installer/setup/setup_constants.h b/chrome/installer/setup/setup_constants.h
index c5c36b7bac3f66ecb68d86a5fbb1594b8ecd747c..a9cae19744d949619510f8ae182125e5526b9964 100644
--- a/chrome/installer/setup/setup_constants.h
+++ b/chrome/installer/setup/setup_constants.h
@@ -25,6 +25,13 @@ extern const char kDelay[];
extern const char kSetDisplayVersionProduct[];
extern const char kSetDisplayVersionValue[];
+#if defined(SYZYASAN)
+extern const char kInduceAsanCrash[];
+extern const char kAsanUseAfterFree[];
+extern const char kAsanHeapOverflow[];
+extern const char kAsanHeapUnderflow[];
+#endif
+
} // namespace switches
} // namespace installer

Powered by Google App Engine
This is Rietveld 408576698