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

Unified Diff: chromecast/crash/cast_crash_reporter_client.h

Issue 837453003: Chromecast: virtual/override cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed a few spots Created 5 years, 11 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 | « chromecast/common/cast_resource_delegate.h ('k') | chromecast/media/base/decrypt_context_clearkey.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/cast_crash_reporter_client.h
diff --git a/chromecast/crash/cast_crash_reporter_client.h b/chromecast/crash/cast_crash_reporter_client.h
index 62c974d2f6ea8ab713c020b4c124dd77b57f6b7d..a0916a041ea6c2016bea07f35e5c305b50e98de9 100644
--- a/chromecast/crash/cast_crash_reporter_client.h
+++ b/chromecast/crash/cast_crash_reporter_client.h
@@ -17,12 +17,12 @@ class CastCrashReporterClient : public crash_reporter::CrashReporterClient {
static void InitCrashReporter(const std::string& process_type);
CastCrashReporterClient();
- virtual ~CastCrashReporterClient();
+ ~CastCrashReporterClient() override;
// crash_reporter::CrashReporterClient implementation:
- virtual bool EnableBreakpadForProcess(
+ bool EnableBreakpadForProcess(
const std::string& process_type) override;
- virtual bool HandleCrashDump(const char* crashdump_filename) override;
+ bool HandleCrashDump(const char* crashdump_filename) override;
private:
static char* GetProcessType();
« no previous file with comments | « chromecast/common/cast_resource_delegate.h ('k') | chromecast/media/base/decrypt_context_clearkey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698