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

Unified Diff: chrome/browser/chromeos/system_logs/single_log_source.h

Issue 2939543002: Refactor SingleLogSource for better test coverage (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | chrome/browser/chromeos/system_logs/single_log_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/system_logs/single_log_source.h
diff --git a/chrome/browser/chromeos/system_logs/single_log_source.h b/chrome/browser/chromeos/system_logs/single_log_source.h
index adca49cf41c6a9144eb1250731a683a9fa8dfcbc..2ffe730d9a7a59eb2910de1ab893397b4580d238 100644
--- a/chrome/browser/chromeos/system_logs/single_log_source.h
+++ b/chrome/browser/chromeos/system_logs/single_log_source.h
@@ -37,6 +37,9 @@ class SingleLogSource : public SystemLogsSource {
// Reads all available content from |file_| that has not already been read.
void ReadFile(SystemLogsResponse* result);
+ // Path to system log file directory.
+ base::FilePath log_file_dir_path_;
+
// Keeps track of how much data has been read from |file_|.
size_t num_bytes_read_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_logs/single_log_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698