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

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

Issue 258373002: Towards moving guest management to chrome: Introduce GuestViewManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android build Created 6 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_factory.h
diff --git a/content/browser/browser_plugin/browser_plugin_host_factory.h b/content/browser/browser_plugin/browser_plugin_host_factory.h
index 9bfc1e2d740dd52aa14a55432068e8187cf20999..b3471006a89cb962ef2921be971e455d5afb286b 100644
--- a/content/browser/browser_plugin/browser_plugin_host_factory.h
+++ b/content/browser/browser_plugin/browser_plugin_host_factory.h
@@ -23,7 +23,8 @@ class WebContentsImpl;
// Factory to create BrowserPlugin embedder and guest.
class CONTENT_EXPORT BrowserPluginHostFactory {
public:
- virtual BrowserPluginGuestManager* CreateBrowserPluginGuestManager() = 0;
+ virtual BrowserPluginGuestManager* CreateBrowserPluginGuestManager(
+ BrowserContext* context) = 0;
virtual BrowserPluginGuest* CreateBrowserPluginGuest(
int instance_id,

Powered by Google App Engine
This is Rietveld 408576698