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

Unified Diff: content/test/mock_render_process.h

Issue 10830072: Browser Plugin: New Implementation (Renderer Side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added lots more comments to messages and public members of BrowserPlugin Created 8 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
Index: content/test/mock_render_process.h
diff --git a/content/test/mock_render_process.h b/content/test/mock_render_process.h
index 0116a7163fe96f9bfdd8a8e59d6cd24fd290e4b5..881787e3d1f41f1bbfab50e9b50934a4227915a0 100644
--- a/content/test/mock_render_process.h
+++ b/content/test/mock_render_process.h
@@ -22,6 +22,8 @@ class MockRenderProcess : public RenderProcess {
virtual bool UseInProcessPlugins() const OVERRIDE;
virtual void AddBindings(int bindings) OVERRIDE;
virtual int GetEnabledBindings() const OVERRIDE;
+ virtual TransportDIB* CreateTransportDIB(size_t size) OVERRIDE;
+ virtual void FreeTransportDIB(TransportDIB*) OVERRIDE;
virtual bool HasInitializedMediaLibrary() const;
private:

Powered by Google App Engine
This is Rietveld 408576698