| 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.
|
|
|