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

Unified Diff: system_logging_mock.cc

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: respond to review 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
« no previous file with comments | « system_logging_mock.h ('k') | user_collector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: system_logging_mock.cc
diff --git a/system_logging_mock.cc b/system_logging_mock.cc
index a2760e9d55d88faf52d4e10ef2bf3cdfe6016655..04ce853b7e74f65fdd57854f0804e7ada339bbba 100644
--- a/system_logging_mock.cc
+++ b/system_logging_mock.cc
@@ -33,3 +33,10 @@ void SystemLoggingMock::LogError(const char *format, ...) {
log_ += "\n";
va_end(vl);
}
+
+void SystemLoggingMock::set_accumulating(bool value) {
+}
+
+std::string SystemLoggingMock::get_accumulator() {
+ return "";
+}
« no previous file with comments | « system_logging_mock.h ('k') | user_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698