Chromium Code Reviews| 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 3316fa0cbe6c146c601b8a3b869963d9c554b5e7..03de68aa083691cf664ac512dd0905d507318b3a 100644 |
| --- a/components/crash/content/app/breakpad_linux.h |
| +++ b/components/crash/content/app/breakpad_linux.h |
| @@ -31,6 +31,7 @@ extern void InitMicrodumpCrashHandlerIfNecessary( |
| extern void AddGpuFingerprintToMicrodumpCrashHandler( |
| const std::string& gpu_fingerprint); |
| +extern void SetWebViewTextAddrRange(uintptr_t start, uintptr_t end); |
|
Torne
2016/12/05 15:19:32
Maybe call this SetNativeCodeTextAddrRange or some
Robert Sesek
2016/12/05 16:19:18
Please comment this as well, so that it's clear wh
Tobias Sargeant
2016/12/06 16:48:33
Done.
Tobias Sargeant
2016/12/06 16:48:33
Edit.
|
| #endif |
| // Checks if crash reporting is enabled. Note that this is not the same as |