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

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

Issue 269113002: Remove BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_createguest
Patch Set: 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_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index 835acb01dfb4fe6f69e0fed62e845a71042feac1..f066760d99ecb84ccb51728d9b6200c307073e45 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -60,6 +60,7 @@ class Range;
namespace content {
class BrowserPluginGuestManager;
lazyboy 2014/05/05 21:40:54 Remove.
Fady Samuel 2014/05/07 17:32:59 Done.
+class BrowserPluginGuestManagerDelegate;
class BrowserPluginHostFactory;
class RenderWidgetHostView;
class SiteInstance;
@@ -150,7 +151,7 @@ class CONTENT_EXPORT BrowserPluginGuest
gfx::Size dst_size,
const base::Callback<void(bool, const SkBitmap&)>& callback);
- BrowserPluginGuestManager* GetBrowserPluginGuestManager() const;
+ BrowserPluginGuestManagerDelegate* GetBrowserPluginGuestManager() const;
// WebContentsObserver implementation.
virtual void DidCommitProvisionalLoadForFrame(

Powered by Google App Engine
This is Rietveld 408576698