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

Unified Diff: client/prune_crash_reports.cc

Issue 1414243005: Update all URLs to point to https://crashpad.chromium.org/ (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: README.crashpad Created 5 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
Index: client/prune_crash_reports.cc
diff --git a/client/prune_crash_reports.cc b/client/prune_crash_reports.cc
index dadb93d7423e3bbcb3690753ea8f91ee953f0f67..d94f212c4a13b389072a0d8392c5909acb68091d 100644
--- a/client/prune_crash_reports.cc
+++ b/client/prune_crash_reports.cc
@@ -59,10 +59,9 @@ void PruneCrashReportDatabase(CrashReportDatabase* database,
}
}
- // TODO(rsesek): For databases that do not use a directory structure,
- // it is possible for the metadata sidecar to become corrupted and thus
- // leave orphaned crash report files on-disk.
- // https://code.google.com/p/crashpad/issues/detail?id=66
+ // TODO(rsesek): For databases that do not use a directory structure, it is
+ // possible for the metadata sidecar to become corrupted and thus leave
+ // orphaned crash report files on-disk. https://crashpad.chromium.org/bug/66
}
// static

Powered by Google App Engine
This is Rietveld 408576698