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: content/browser/trace_message_filter.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/tab_contents/tab_contents_observer.h ('k') | content/browser/trace_subscriber_stdio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/trace_message_filter.h
diff --git a/content/browser/trace_message_filter.h b/content/browser/trace_message_filter.h
index 8317efd37c4e2ca0da5f1d51d3e43d1a4e70a958..42df72625e99d9f0d86f940d28322d6c5777ebbc 100644
--- a/content/browser/trace_message_filter.h
+++ b/content/browser/trace_message_filter.h
@@ -19,12 +19,12 @@ class TraceMessageFilter : public BrowserMessageFilter {
virtual ~TraceMessageFilter();
// BrowserMessageFilter override.
- virtual void OnFilterAdded(IPC::Channel* channel);
+ virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE;
// BrowserMessageFilter implementation.
- virtual void OnChannelClosing();
+ virtual void OnChannelClosing() OVERRIDE;
virtual bool OnMessageReceived(const IPC::Message& message,
- bool* message_was_ok);
+ bool* message_was_ok) OVERRIDE;
void SendBeginTracing(const std::vector<std::string>& included_categories,
const std::vector<std::string>& excluded_categories);
« no previous file with comments | « content/browser/tab_contents/tab_contents_observer.h ('k') | content/browser/trace_subscriber_stdio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698