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

Unified Diff: extensions/renderer/runtime_custom_bindings.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
« no previous file with comments | « extensions/renderer/resource_bundle_source_map.h ('k') | extensions/renderer/safe_builtins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/runtime_custom_bindings.h
diff --git a/extensions/renderer/runtime_custom_bindings.h b/extensions/renderer/runtime_custom_bindings.h
index 70f4d03a57d048bb354a8c2e087b86a7273012a2..17e96bbaf793f03b424c7c5144c145ea59dbdb4b 100644
--- a/extensions/renderer/runtime_custom_bindings.h
+++ b/extensions/renderer/runtime_custom_bindings.h
@@ -16,7 +16,7 @@ class RuntimeCustomBindings : public ObjectBackedNativeHandler {
public:
explicit RuntimeCustomBindings(ScriptContext* context);
- virtual ~RuntimeCustomBindings();
+ ~RuntimeCustomBindings() override;
// Creates a new messaging channel to the given extension.
void OpenChannelToExtension(const v8::FunctionCallbackInfo<v8::Value>& args);
« no previous file with comments | « extensions/renderer/resource_bundle_source_map.h ('k') | extensions/renderer/safe_builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698