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

Unified Diff: base/debug/crash_logging.h

Issue 1368703002: Use a class instead of several separate globals in crash_logging.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | base/debug/crash_logging.cc » ('j') | base/debug/crash_logging.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/crash_logging.h
diff --git a/base/debug/crash_logging.h b/base/debug/crash_logging.h
index 90e6687bec8cdfd50fd629e0fe9e06996c05f6a4..47d19320321e4c408c3f2df48cf39bb3bcc946ce 100644
--- a/base/debug/crash_logging.h
+++ b/base/debug/crash_logging.h
@@ -95,9 +95,6 @@ BASE_EXPORT std::vector<std::string> ChunkCrashKeyValue(
const base::StringPiece& value,
size_t chunk_max_length);
-// Resets the crash key system so it can be reinitialized. For testing only.
-BASE_EXPORT void ResetCrashLoggingForTesting();
-
} // namespace debug
} // namespace base
« no previous file with comments | « no previous file | base/debug/crash_logging.cc » ('j') | base/debug/crash_logging.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698