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

Unified Diff: content/public/browser/browser_context.h

Issue 261363002: Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_cleanupguestmanager
Patch Set: Addressed nits 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/public/browser/browser_context.h
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index d4e80b218a3e79e4fdc658a959467f3568591d79..cf9fdd42654de5669ff8efa5f9444d129d84cc94 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -31,7 +31,7 @@ class SpecialStoragePolicy;
namespace content {
-class BrowserPluginGuestManagerDelegate;
+class BrowserPluginGuestManager;
class DownloadManager;
class DownloadManagerDelegate;
class GeolocationPermissionContext;
@@ -171,8 +171,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
virtual GeolocationPermissionContext* GetGeolocationPermissionContext() = 0;
// Returns the guest manager delegate for this context.
- virtual content::BrowserPluginGuestManagerDelegate*
- GetGuestManagerDelegate() = 0;
+ virtual content::BrowserPluginGuestManager* GetGuestManager() = 0;
jam 2014/05/07 19:38:10 nit: no "content::"
Fady Samuel 2014/05/11 02:40:26 Done.
// Returns a special storage policy implementation, or NULL.
virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() = 0;

Powered by Google App Engine
This is Rietveld 408576698