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

Unified Diff: content/public/renderer/render_view_observer.h

Issue 21192002: Remove more methods from PluginDelegate. Some I moved the implementationto the callers. For others,… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/common/pepper_messages.h ('k') | content/renderer/pepper/mock_plugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view_observer.h
===================================================================
--- content/public/renderer/render_view_observer.h (revision 214249)
+++ content/public/renderer/render_view_observer.h (working copy)
@@ -102,16 +102,16 @@
// IPC::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
- protected:
- explicit RenderViewObserver(RenderView* render_view);
- virtual ~RenderViewObserver();
-
// IPC::Sender implementation.
jam 2013/07/30 01:49:22 i originally wrote this and thought that RVOs migh
virtual bool Send(IPC::Message* message) OVERRIDE;
RenderView* render_view() const;
int routing_id() const { return routing_id_; }
+ protected:
+ explicit RenderViewObserver(RenderView* render_view);
+ virtual ~RenderViewObserver();
+
private:
friend class RenderViewImpl;
« no previous file with comments | « content/common/pepper_messages.h ('k') | content/renderer/pepper/mock_plugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698