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

Unified Diff: chrome/browser/extensions/extension_host_mac.h

Issue 8473003: Add OVERRIDE to chrome/browser/extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/browser/extensions/extension_function.h ('k') | chrome/browser/extensions/extension_i18n_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_host_mac.h
diff --git a/chrome/browser/extensions/extension_host_mac.h b/chrome/browser/extensions/extension_host_mac.h
index 2425d824ff2e661e42c6d07edd6f4ae3f9b7800e..f2f7c1e3769d30b6030fe0a9c42d9376874c4bb7 100644
--- a/chrome/browser/extensions/extension_host_mac.h
+++ b/chrome/browser/extensions/extension_host_mac.h
@@ -19,7 +19,8 @@ class ExtensionHostMac : public ExtensionHost {
ExtensionHost(extension, site_instance, url, host_type) {}
virtual ~ExtensionHostMac();
private:
- virtual void UnhandledKeyboardEvent(const NativeWebKeyboardEvent& event);
+ virtual void UnhandledKeyboardEvent(
+ const NativeWebKeyboardEvent& event) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(ExtensionHostMac);
};
« no previous file with comments | « chrome/browser/extensions/extension_function.h ('k') | chrome/browser/extensions/extension_i18n_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698