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

Unified Diff: kernel_collector.h

Issue 3436029: crash-reporter: Send OS version at time of crash and related improvements (Closed) Base URL: http://git.chromium.org/git/crash-reporter.git
Patch Set: respond to petkov review Created 10 years, 3 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 | « crash_sender ('k') | kernel_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: kernel_collector.h
diff --git a/kernel_collector.h b/kernel_collector.h
index 3e2944245957cf685e3a09c45ed5892648fcf7d1..e6cd573926231c62a9e8e2887c4bfaac37a83492 100644
--- a/kernel_collector.h
+++ b/kernel_collector.h
@@ -37,14 +37,11 @@ class KernelCollector : public CrashCollector {
private:
friend class KernelCollectorTest;
FRIEND_TEST(KernelCollectorTest, ClearPreservedDump);
- FRIEND_TEST(KernelCollectorTest, GetKernelCrashPath);
FRIEND_TEST(KernelCollectorTest, LoadPreservedDump);
FRIEND_TEST(KernelCollectorTest, CollectOK);
bool LoadPreservedDump(std::string *contents);
bool ClearPreservedDump();
- FilePath GetKernelCrashPath(const FilePath &root_crash_path,
- time_t timestamp);
bool is_enabled_;
FilePath preserved_dump_path_;
« no previous file with comments | « crash_sender ('k') | kernel_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698