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

Unified Diff: chrome/browser/safe_browsing/module_integrity_verifier_win.cc

Issue 440753002: The incident reporting service now calls VerifyModule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: chrome/browser/safe_browsing/module_integrity_verifier_win.cc
diff --git a/chrome/browser/safe_browsing/module_integrity_verifier_win.cc b/chrome/browser/safe_browsing/module_integrity_verifier_win.cc
index c8befe4059068b2afc6b6bd68deb66f6a60c8aa5..8478116b2d0805add6f705d5063bd3a13dfd937f 100644
--- a/chrome/browser/safe_browsing/module_integrity_verifier_win.cc
+++ b/chrome/browser/safe_browsing/module_integrity_verifier_win.cc
@@ -176,7 +176,7 @@ bool EnumRelocsCallback(const base::win::PEImage& mem_peimage,
// of relocations.
break;
default: {
- // TODO(krstnmnlsn): Find a reliable description of the behaviour of the
+ // TODO(robertshield): Find a reliable description of the behaviour of the
// remaining types of relocation and handle them.
state->unknown_reloc_type = true;
break;

Powered by Google App Engine
This is Rietveld 408576698