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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.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_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index f066760d99ecb84ccb51728d9b6200c307073e45..251fc39bc5d07e38808e902184e89d429d7ad0dc 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -60,7 +60,7 @@ class Range;
namespace content {
class BrowserPluginGuestManager;
-class BrowserPluginGuestManagerDelegate;
+class BrowserPluginGuestManager;
lazyboy 2014/05/05 21:47:46 Dup
Fady Samuel 2014/05/07 19:01:51 Done.
class BrowserPluginHostFactory;
class RenderWidgetHostView;
class SiteInstance;
@@ -151,7 +151,7 @@ class CONTENT_EXPORT BrowserPluginGuest
gfx::Size dst_size,
const base::Callback<void(bool, const SkBitmap&)>& callback);
- BrowserPluginGuestManagerDelegate* GetBrowserPluginGuestManager() const;
+ BrowserPluginGuestManager* GetBrowserPluginGuestManager() const;
// WebContentsObserver implementation.
virtual void DidCommitProvisionalLoadForFrame(

Powered by Google App Engine
This is Rietveld 408576698