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

Unified Diff: chrome/renderer/notification_provider.h

Issue 6366019: Part 1 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Nico's changes that I patched in for testing. Created 9 years, 11 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
Index: chrome/renderer/notification_provider.h
diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h
index bba77cddcc4a003331323bd03715b9a40dd7fcb6..5090b9facda3fae333fedbc4cf2054fc3db5e51f 100644
--- a/chrome/renderer/notification_provider.h
+++ b/chrome/renderer/notification_provider.h
@@ -25,7 +25,7 @@ class NotificationProvider : public RenderViewObserver,
private:
// RenderView::Observer implementation.
- bool OnMessageReceived(const IPC::Message& message);
+ virtual bool OnMessageReceived(const IPC::Message& message);
// WebKit::WebNotificationPresenter interface.
virtual bool show(const WebKit::WebNotification& proxy);

Powered by Google App Engine
This is Rietveld 408576698