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

Unified Diff: chrome/browser/guest_view/guest_view_manager.h

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: chrome/browser/guest_view/guest_view_manager.h
diff --git a/chrome/browser/guest_view/guest_view_manager.h b/chrome/browser/guest_view/guest_view_manager.h
index 6a18d1a3231583cb717ec39d191376aba699672f..df643dc3b093d7d8f10e5ea33d5af08272bf02a1 100644
--- a/chrome/browser/guest_view/guest_view_manager.h
+++ b/chrome/browser/guest_view/guest_view_manager.h
@@ -9,7 +9,7 @@
#include "base/lazy_instance.h"
#include "base/macros.h"
-#include "content/public/browser/browser_plugin_guest_manager_delegate.h"
+#include "content/public/browser/browser_plugin_guest_manager.h"
#include "content/public/browser/site_instance.h"
#include "content/public/browser/web_contents.h"
@@ -21,7 +21,7 @@ namespace content {
class BrowserContext;
} // namespace content
-class GuestViewManager : public content::BrowserPluginGuestManagerDelegate,
+class GuestViewManager : public content::BrowserPluginGuestManager,
public base::SupportsUserData::Data {
public:
explicit GuestViewManager(content::BrowserContext* context);
@@ -38,7 +38,7 @@ class GuestViewManager : public content::BrowserPluginGuestManagerDelegate,
int guest_instance_id,
int embedder_render_process_id);
- // BrowserPluginGuestManagerDelegate implementation.
+ // BrowserPluginGuestManager implementation.
virtual content::WebContents* CreateGuest(
content::SiteInstance* embedder_site_instance,
int instance_id,
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698