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

Unified Diff: unclean_shutdown_collector.h

Issue 3644007: Crash reporter: collect suspend and resume info from power manager (Closed) Base URL: http://git.chromium.org/git/crash-reporter.git
Patch Set: Cleanup of old files Created 10 years, 2 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 | unclean_shutdown_collector.cc » ('j') | unclean_shutdown_collector.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unclean_shutdown_collector.h
diff --git a/unclean_shutdown_collector.h b/unclean_shutdown_collector.h
index e7d8cef95948793b77e70bed873812a36a558ba0..0709ea28878b0218006cf598b8c6052338be376f 100644
--- a/unclean_shutdown_collector.h
+++ b/unclean_shutdown_collector.h
@@ -33,6 +33,9 @@ class UncleanShutdownCollector : public CrashCollector {
bool DeleteUncleanShutdownFile();
+ // Check and log modification time on file
+ bool ReadModificationTime(const char *file_string);
+
const char *unclean_shutdown_file_;
};
« no previous file with comments | « no previous file | unclean_shutdown_collector.cc » ('j') | unclean_shutdown_collector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698