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

Unified Diff: chrome/renderer/principals_extension_bindings.cc

Issue 663333002: Standardize usage of virtual/override/final in chrome/renderer/ (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 | « chrome/renderer/prerender/prerenderer_client.h ('k') | chrome/renderer/printing/print_web_view_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/principals_extension_bindings.cc
diff --git a/chrome/renderer/principals_extension_bindings.cc b/chrome/renderer/principals_extension_bindings.cc
index 89f52bbb11ca23a810bcbadb6488ab6f7bb2733d..f862c41037695e678fbfa796651b9a1ffa41afcb 100644
--- a/chrome/renderer/principals_extension_bindings.cc
+++ b/chrome/renderer/principals_extension_bindings.cc
@@ -23,7 +23,7 @@ class PrincipalsExtensionWrapper : public v8::Extension {
private:
// v8::Extension overrides.
- virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate(
+ v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate(
v8::Isolate* isolate,
v8::Handle<v8::String> name) override;
« no previous file with comments | « chrome/renderer/prerender/prerenderer_client.h ('k') | chrome/renderer/printing/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698