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

Unified Diff: content/browser/browser_plugin/browser_plugin_host_helper.h

Issue 10412056: Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-process navigation work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional small fix to visitedlink (forgot to change one CreateRenderView call) Created 8 years, 7 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/browser/browser_plugin/browser_plugin_host_helper.h
diff --git a/content/browser/browser_plugin/browser_plugin_host_helper.h b/content/browser/browser_plugin/browser_plugin_host_helper.h
index f20ea2eca32fbd9541ca481b31cac461c4b60b35..f96892b2a188fdba70ea793f13293c7e8ff5a77d 100644
--- a/content/browser/browser_plugin/browser_plugin_host_helper.h
+++ b/content/browser/browser_plugin/browser_plugin_host_helper.h
@@ -33,8 +33,7 @@ class BrowserPluginHostHelper : public RenderViewHostObserver {
void OnConnectToChannel(const IPC::ChannelHandle& channel_handle);
void OnNavigateGuestFromEmbedder(int container_instance_id,
long long frame_id,
- const std::string& src,
- const gfx::Size& size);
+ const std::string& src);
void OnResizeGuest(int width, int height);
// RenderViewHostObserver implementation.
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_host.cc ('k') | content/browser/browser_plugin/browser_plugin_host_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698