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

Unified Diff: extensions/browser/updater/safe_manifest_parser.h

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: extensions/browser/updater/safe_manifest_parser.h
diff --git a/extensions/browser/updater/safe_manifest_parser.h b/extensions/browser/updater/safe_manifest_parser.h
index 2cbc3e61995f0d93da8f216d55f7533f823641ec..3215fa316e8ba68553d56cd5489d0aff02652200 100644
--- a/extensions/browser/updater/safe_manifest_parser.h
+++ b/extensions/browser/updater/safe_manifest_parser.h
@@ -33,13 +33,13 @@ class SafeManifestParser : public content::UtilityProcessHostClient {
void Start();
private:
- virtual ~SafeManifestParser();
+ ~SafeManifestParser() override;
// Creates the sandboxed utility process and tells it to start parsing.
void ParseInSandbox();
// content::UtilityProcessHostClient implementation.
- virtual bool OnMessageReceived(const IPC::Message& message) override;
+ bool OnMessageReceived(const IPC::Message& message) override;
void OnParseUpdateManifestSucceeded(const UpdateManifest::Results& results);
void OnParseUpdateManifestFailed(const std::string& error_message);
« no previous file with comments | « extensions/browser/updater/null_extension_cache.h ('k') | extensions/browser/value_store/leveldb_value_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698