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

Unified Diff: chrome_elf/chrome_elf_main.cc

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: chrome_elf/chrome_elf_main.cc
diff --git a/chrome_elf/chrome_elf_main.cc b/chrome_elf/chrome_elf_main.cc
index b5c4b86e4a09dde275d63655fac8677db9e67e83..e2b57aa56e34d6d911d29d8b1d9dea359507900c 100644
--- a/chrome_elf/chrome_elf_main.cc
+++ b/chrome_elf/chrome_elf_main.cc
@@ -108,11 +108,6 @@ extern "C" __declspec(dllexport) void SetMetricsClientId(
crash_keys::SetMetricsClientIdFromGUID(client_id);
}
-// This helper is invoked by chrome to read upload settings.
-extern "C" __declspec(dllexport) bool GetUploadsEnabled() {
- return crash_reporter::GetUploadsEnabled();
-}
-
BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
if (reason == DLL_PROCESS_ATTACH) {
InitializeCrashReportingForProcess();

Powered by Google App Engine
This is Rietveld 408576698