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

Unified Diff: system_logging_mock.h

Issue 6297004: crash-reporter: Add diagnostics to help diagnose failures in the wild (Closed) Base URL: http://git.chromium.org/git/crash-reporter.git@master
Patch Set: clarify Created 9 years, 11 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: system_logging_mock.h
diff --git a/system_logging_mock.h b/system_logging_mock.h
index f4fb1334349ec02a79faa429fa934d1e466bc2c9..a9e9a8b471a24aeb0d24e4f25c681f73bf0aaca5 100644
--- a/system_logging_mock.h
+++ b/system_logging_mock.h
@@ -15,6 +15,7 @@ class SystemLoggingMock : public SystemLogging {
virtual void LogInfo(const char *format, ...);
virtual void LogWarning(const char *format, ...);
virtual void LogError(const char *format, ...);
+ virtual void set_accumulator(std::string *accumulator);
const std::string &log() { return log_; }

Powered by Google App Engine
This is Rietveld 408576698