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

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

Issue 11361052: Browser Plugin: Implement autosize (Embedder-side code) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BrowserPluginHostMsg_AutoSize_Params had an int instead of bool for enable: fixed Created 8 years, 1 month 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 | « no previous file | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_embedder.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index 8c45641e738cc7f31cbb64e2b3135636af916299..260d7f68ca6b9ff82ce63e9d0029387d65991649 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -31,6 +31,7 @@
#include "ui/surface/transport_dib.h"
#include "webkit/glue/webdropdata.h"
+struct BrowserPluginHostMsg_CreateGuest_Params;
struct BrowserPluginHostMsg_ResizeGuest_Params;
namespace WebKit {
@@ -69,10 +70,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
// Creates a new guest.
void CreateGuest(RenderViewHost* render_view_host,
int instance_id,
- std::string storage_partition_id,
- bool persist_storage,
- bool focused,
- bool visible);
+ const BrowserPluginHostMsg_CreateGuest_Params& params);
// Navigates in a guest (new or existing).
void NavigateGuest(
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698