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

Unified Diff: content/browser/browser_child_process_host.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « content/browser/appcache/chrome_appcache_service.h ('k') | content/browser/browser_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_child_process_host.h
diff --git a/content/browser/browser_child_process_host.h b/content/browser/browser_child_process_host.h
index 092bf0dc49541b512bc38e7f4c390d5c9826fbb6..1dbcb565660ce0955672556b957ed1401cfc1494 100644
--- a/content/browser/browser_child_process_host.h
+++ b/content/browser/browser_child_process_host.h
@@ -76,7 +76,7 @@ class CONTENT_EXPORT BrowserChildProcessHost :
base::ProcessHandle GetChildProcessHandle() const;
// ChildProcessLauncher::Client implementation.
- virtual void OnProcessLaunched() {}
+ virtual void OnProcessLaunched() OVERRIDE {}
// Derived classes can override this to know if the process crashed.
// |exit_code| is the status returned when the process crashed (for
@@ -118,7 +118,7 @@ class CONTENT_EXPORT BrowserChildProcessHost :
class ClientHook : public ChildProcessLauncher::Client {
public:
explicit ClientHook(BrowserChildProcessHost* host);
- virtual void OnProcessLaunched();
+ virtual void OnProcessLaunched() OVERRIDE;
private:
BrowserChildProcessHost* host_;
};
« no previous file with comments | « content/browser/appcache/chrome_appcache_service.h ('k') | content/browser/browser_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698