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

Unified Diff: content/browser/browser_plugin/test_browser_plugin_guest.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
Index: content/browser/browser_plugin/test_browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.h b/content/browser/browser_plugin/test_browser_plugin_guest.h
index 3d2c52e270551f61c6d019111f872171e2dec8b2..dfc01c0d058e81544ff1a444f9e443304fb4d892 100644
--- a/content/browser/browser_plugin/test_browser_plugin_guest.h
+++ b/content/browser/browser_plugin/test_browser_plugin_guest.h
@@ -26,8 +26,7 @@ class TestBrowserPluginGuest : public BrowserPluginGuest {
TestBrowserPluginGuest(int instance_id,
WebContentsImpl* web_contents,
RenderViewHost* render_view_host,
- bool focused,
- bool visible);
+ const BrowserPluginHostMsg_CreateGuest_Params& params);
virtual ~TestBrowserPluginGuest();
WebContentsImpl* web_contents() const;

Powered by Google App Engine
This is Rietveld 408576698