| Index: content/shell/app/shell_crash_reporter_client.h
|
| diff --git a/content/shell/app/shell_crash_reporter_client.h b/content/shell/app/shell_crash_reporter_client.h
|
| index 4d783eb9f5bcfa22d6f4c055c4c0c0aa56f098a6..5a211eb9ee51c493b9b6efabd7e54e3277109600 100644
|
| --- a/content/shell/app/shell_crash_reporter_client.h
|
| +++ b/content/shell/app/shell_crash_reporter_client.h
|
| @@ -40,7 +40,7 @@ class ShellCrashReporterClient : public crash_reporter::CrashReporterClient {
|
|
|
| #if defined(OS_ANDROID)
|
| // Returns the descriptor key of the android minidump global descriptor.
|
| - virtual int GetAndroidMinidumpDescriptor() override;
|
| + int GetAndroidMinidumpDescriptor() override;
|
| #endif
|
|
|
| bool EnableBreakpadForProcess(const std::string& process_type) override;
|
|
|