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

Unified Diff: content/browser/plugin_service_browsertest.cc

Issue 7661031: Tag IPC::Channel::Listener implementations with OVERRIDE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « content/browser/plugin_process_host.h ('k') | content/browser/ppapi_broker_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service_browsertest.cc
diff --git a/content/browser/plugin_service_browsertest.cc b/content/browser/plugin_service_browsertest.cc
index 188842ceb1befc082bcfce46b81f7a7c6371c2a0..95ce4b65848261398335700df12567656770cb7e 100644
--- a/content/browser/plugin_service_browsertest.cc
+++ b/content/browser/plugin_service_browsertest.cc
@@ -54,7 +54,7 @@ class MockPluginProcessHostClient : public PluginProcessHost::Client,
// Listener implementation.
MOCK_METHOD1(OnMessageReceived, bool(const IPC::Message& message));
- void OnChannelConnected(int32 peer_pid) {
+ void OnChannelConnected(int32 peer_pid) OVERRIDE {
BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
new MessageLoop::QuitTask());
}
« no previous file with comments | « content/browser/plugin_process_host.h ('k') | content/browser/ppapi_broker_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698