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

Unified Diff: content/shell/app/shell_crash_reporter_client.h

Issue 686523002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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 | « content/renderer/v8_value_converter_impl_unittest.cc ('k') | content/shell/app/shell_main_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fe53e7ddf1b5cbf08f16dec6aaf12b40ba2e9cca..4d783eb9f5bcfa22d6f4c055c4c0c0aa56f098a6 100644
--- a/content/shell/app/shell_crash_reporter_client.h
+++ b/content/shell/app/shell_crash_reporter_client.h
@@ -28,10 +28,10 @@ class ShellCrashReporterClient : public crash_reporter::CrashReporterClient {
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS)
// Returns a textual description of the product type and version to include
// in the crash report.
- virtual void GetProductNameAndVersion(const char** product_name,
- const char** version) override;
+ void GetProductNameAndVersion(const char** product_name,
+ const char** version) override;
- virtual base::FilePath GetReporterLogFilename() override;
+ base::FilePath GetReporterLogFilename() override;
#endif
// The location where minidump files should be written. Returns true if
« no previous file with comments | « content/renderer/v8_value_converter_impl_unittest.cc ('k') | content/shell/app/shell_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698