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

Unified Diff: printing/backend/print_backend_cups.cc

Issue 1646813004: Reassign all of earthdok's TODOs and remove from OWNERS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reassign Created 4 years, 11 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 | « content/zygote/zygote_linux.cc ('k') | third_party/instrumented_libraries/instrumented_libraries.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_cups.cc
diff --git a/printing/backend/print_backend_cups.cc b/printing/backend/print_backend_cups.cc
index 2b1033ef44790d8a2a8c38766e486edad42861f9..4cfe18a8addd82cb05ffdfc938fd22ce96e8091e 100644
--- a/printing/backend/print_backend_cups.cc
+++ b/printing/backend/print_backend_cups.cc
@@ -240,7 +240,7 @@ int PrintBackendCUPS::GetDests(cups_dest_t** dests) {
// than suppress. See http://crbug.com/176888#c7
// In theory any CUPS function can trigger this leak, but in
// PrintBackendCUPS, this is the most likely spot.
- // TODO(earthdok): remove this once the leak is fixed.
+ // TODO(eugenis): remove this once the leak is fixed.
ANNOTATE_SCOPED_MEMORY_LEAK;
return cupsGetDests(dests);
} else {
« no previous file with comments | « content/zygote/zygote_linux.cc ('k') | third_party/instrumented_libraries/instrumented_libraries.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698