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

Unified Diff: components/crash/content/app/breakpad_linux.h

Issue 2557143002: Revert of Do not generate a microdump if there are no webview pointers on the stack. (Closed)
Patch Set: Created 4 years 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 | « android_webview/lib/main/aw_main_delegate.cc ('k') | components/crash/content/app/breakpad_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/breakpad_linux.h
diff --git a/components/crash/content/app/breakpad_linux.h b/components/crash/content/app/breakpad_linux.h
index 0d70a9dee760a1dbb6e7601b5b33cde8a1e210a0..3316fa0cbe6c146c601b8a3b869963d9c554b5e7 100644
--- a/components/crash/content/app/breakpad_linux.h
+++ b/components/crash/content/app/breakpad_linux.h
@@ -31,11 +31,6 @@
extern void AddGpuFingerprintToMicrodumpCrashHandler(
const std::string& gpu_fingerprint);
-
-// Inform breakpad of the extent of the text section that is
-// considered interesting for the purpose of crashes so that this can
-// be used to elide crashes that do not reference interesting code.
-extern void SetNativeCodeTextAddrRange(uintptr_t start, uintptr_t end);
#endif
// Checks if crash reporting is enabled. Note that this is not the same as
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | components/crash/content/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698