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

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

Issue 261363002: Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_cleanupguestmanager
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_embedder.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index 3f48f0935381c1a68121fe027a7c314b8f3f5b82..5b650d3377628b6a9861b3e2c871982795263e47 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -33,7 +33,7 @@ namespace content {
class BrowserPluginGuest;
class BrowserPluginGuestManager;
lazyboy 2014/05/05 21:47:46 Dup
Fady Samuel 2014/05/07 19:01:51 Done.
-class BrowserPluginGuestManagerDelegate;
+class BrowserPluginGuestManager;
class BrowserPluginHostFactory;
class RenderWidgetHostImpl;
class WebContentsImpl;
@@ -89,7 +89,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
explicit BrowserPluginEmbedder(WebContentsImpl* web_contents);
- BrowserPluginGuestManagerDelegate* GetBrowserPluginGuestManager() const;
+ BrowserPluginGuestManager* GetBrowserPluginGuestManager() const;
bool DidSendScreenRectsCallback(WebContents* guest_web_contents);

Powered by Google App Engine
This is Rietveld 408576698