Index: chrome/browser/crash_handler_host_linux.h |
diff --git a/chrome/browser/crash_handler_host_linux.h b/chrome/browser/crash_handler_host_linux.h |
index f0db83e98dcc84831256f1bb53200ec41b71701a..17d04f05ea2cd7c1935c12ec2347aab1ada89694 100644 |
--- a/chrome/browser/crash_handler_host_linux.h |
+++ b/chrome/browser/crash_handler_host_linux.h |
@@ -92,10 +92,6 @@ class CrashHandlerHostLinux : public MessageLoopForIO::Watcher, |
bool shutting_down_; |
#endif |
-#if defined(ADDRESS_SANITIZER) |
- char* asan_report_str_; |
-#endif |
- |
DISALLOW_COPY_AND_ASSIGN(CrashHandlerHostLinux); |
}; |