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

Unified Diff: content/browser/browser_plugin/browser_plugin_message_filter.cc

Issue 261363002: Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_cleanupguestmanager
Patch Set: Fixed Android Build (Hopefully) 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_message_filter.cc
diff --git a/content/browser/browser_plugin/browser_plugin_message_filter.cc b/content/browser/browser_plugin/browser_plugin_message_filter.cc
index 93d58d9e0f616211a5b4e01719aa2fa6ddeb5a6d..cdd778e1b29e0c4441a85f34cf01712cced63dd7 100644
--- a/content/browser/browser_plugin/browser_plugin_message_filter.cc
+++ b/content/browser/browser_plugin/browser_plugin_message_filter.cc
@@ -13,7 +13,7 @@
#include "content/common/gpu/gpu_messages.h"
#include "content/common/view_messages.h"
#include "content/public/browser/browser_context.h"
-#include "content/public/browser/browser_plugin_guest_manager_delegate.h"
+#include "content/public/browser/browser_plugin_guest_manager.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/render_view_host.h"
@@ -83,7 +83,7 @@ void BrowserPluginMessageFilter::ForwardMessageToGuest(
PickleIterator iter(message);
bool success = iter.ReadInt(&instance_id);
DCHECK(success);
- host->GetBrowserContext()->GetGuestManagerDelegate()->
+ host->GetBrowserContext()->GetGuestManager()->
MaybeGetGuestByInstanceIDOrKill(
instance_id,
render_process_id_,
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_host_browsertest.cc ('k') | content/browser/browser_plugin/test_guest_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698