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

Unified Diff: chrome_elf/blacklist/blacklist.cc

Issue 154653002: Breakpad coverage for chrome_elf start up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More breakpad, less base Created 6 years, 10 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_elf/DEPS ('k') | chrome_elf/breakpad.h » ('j') | chrome_elf/breakpad.h » ('J')
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 a90207e0457ca9356ba1e78aa55f464f5455dd78..5378dc6a75ee486890d271eb715483a145838b44 100644
--- a/chrome_elf/blacklist/blacklist.cc
+++ b/chrome_elf/blacklist/blacklist.cc
@@ -281,7 +281,6 @@ bool Initialize(bool force) {
// interceptors.
return false;
#endif
-
// Check to see that we found the functions we need in ntdll.
if (!InitializeInterceptImports())
return false;
@@ -353,7 +352,6 @@ bool Initialize(bool force) {
sizeof(g_thunk_storage),
PAGE_EXECUTE_READ,
&old_protect);
-
return NT_SUCCESS(ret) && page_executable;
}
« no previous file with comments | « chrome_elf/DEPS ('k') | chrome_elf/breakpad.h » ('j') | chrome_elf/breakpad.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698