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

Unified Diff: chrome_elf/blacklist/blacklist.cc

Issue 343613003: Report when blacklist.cc fails to setup the blacklisting thunk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment in blacklist.cc Created 6 years, 6 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 | « chrome/browser/chrome_elf_init_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/blacklist/blacklist.cc
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
index ba544e253a5ea06f3951d7907dff7a4aa02688bd..d0770d47a32da7d35e20469902d489ad2f19e45f 100644
--- a/chrome_elf/blacklist/blacklist.cc
+++ b/chrome_elf/blacklist/blacklist.cc
@@ -197,9 +197,9 @@ bool ResetBeacon() {
return false;
}
- // Reaching this point with the setup running state means the setup
- // succeeded and so we reset to enabled. Any other state indicates that setup
- // was skipped; in that case we leave the state alone for later recording.
+ // Reaching this point with the setup running state means the setup did not
+ // crash, so we reset to enabled. Any other state indicates that setup was
+ // skipped; in that case we leave the state alone for later recording.
if (blacklist_state == BLACKLIST_SETUP_RUNNING)
result = SetDWValue(&key, kBeaconState, BLACKLIST_ENABLED);
« no previous file with comments | « chrome/browser/chrome_elf_init_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698