| 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_;
|
|
|