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

Unified Diff: components/crash/app/crash_reporter_client.cc

Issue 1000203007: Set a "metrics_client_id" crash key instead of "guid" on Mac OS X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, don't include useless switches Created 5 years, 9 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
Index: components/crash/app/crash_reporter_client.cc
diff --git a/components/crash/app/crash_reporter_client.cc b/components/crash/app/crash_reporter_client.cc
index 3440a18a2046d12ce359d310d542f9e4be23eba7..57edf590406174d14f8834be34a88b8b1d303b51 100644
--- a/components/crash/app/crash_reporter_client.cc
+++ b/components/crash/app/crash_reporter_client.cc
@@ -27,9 +27,11 @@ CrashReporterClient* GetCrashReporterClient() {
CrashReporterClient::CrashReporterClient() {}
CrashReporterClient::~CrashReporterClient() {}
+#if !defined(OS_MACOSX)
void CrashReporterClient::SetCrashReporterClientIdFromGUID(
const std::string& client_guid) {
}
+#endif
#if defined(OS_WIN)
bool CrashReporterClient::GetAlternativeCrashDumpLocation(

Powered by Google App Engine
This is Rietveld 408576698