summaryrefslogtreecommitdiffstats
path: root/chromium/components/crash/content/app/crash_reporter_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/crash/content/app/crash_reporter_client.h')
-rw-r--r--chromium/components/crash/content/app/crash_reporter_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/crash/content/app/crash_reporter_client.h b/chromium/components/crash/content/app/crash_reporter_client.h
index caebf67a7e0..1d35caa3671 100644
--- a/chromium/components/crash/content/app/crash_reporter_client.h
+++ b/chromium/components/crash/content/app/crash_reporter_client.h
@@ -156,7 +156,7 @@ class CrashReporterClient {
// Used by WebView to sample crashes without generating the unwanted dumps. If
// the returned value is less than 100, crash dumping will be sampled to that
// percentage.
- virtual unsigned int GetCrashDumpPercentageForWebView();
+ virtual unsigned int GetCrashDumpPercentage();
// Returns true if |ptype| was set to a value to override the default `ptype`
// annotation used for the browser process.