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

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

Issue 490923006: Cleanup BrowserPluginGuestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 4 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
« no previous file with comments | « no previous file | content/public/browser/browser_plugin_guest_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_plugin_guest_manager.h
diff --git a/content/public/browser/browser_plugin_guest_manager.h b/content/public/browser/browser_plugin_guest_manager.h
index ca53944630b83fa6d49437613b49710bda7c8e4c..481a8ab6517ea603ad85997fb8798533ee022de6 100644
--- a/content/public/browser/browser_plugin_guest_manager.h
+++ b/content/public/browser/browser_plugin_guest_manager.h
@@ -5,20 +5,11 @@
#ifndef CONTENT_PUBLIC_BROWSER_BROWSER_PLUGIN_GUEST_MANAGER_H_
#define CONTENT_PUBLIC_BROWSER_BROWSER_PLUGIN_GUEST_MANAGER_H_
-#include <string>
-
#include "base/callback.h"
#include "content/common/content_export.h"
-class GURL;
-
-namespace base {
-class DictionaryValue;
-} // namespace base
-
namespace content {
-class SiteInstance;
class WebContents;
// A BrowserPluginGuestManager offloads guest management and routing
@@ -27,7 +18,6 @@ class CONTENT_EXPORT BrowserPluginGuestManager {
public:
virtual ~BrowserPluginGuestManager() {}
- typedef base::Callback<void(WebContents*)> GuestByInstanceIDCallback;
// Requests a guest WebContents associated with the provided
// |browser_plugin_instance_id|.
// Returns the guest associated with the provided ID if one exists.
« no previous file with comments | « no previous file | content/public/browser/browser_plugin_guest_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698