| Index: chrome/browser/extensions/extension_process_manager.h
 | 
| diff --git a/chrome/browser/extensions/extension_process_manager.h b/chrome/browser/extensions/extension_process_manager.h
 | 
| index 9e9df0803813a0930e64a16f353bb23fa366ff48..4e4ad72dff7d07ffdbfc9d304b23f4c31c0d92af 100644
 | 
| --- a/chrome/browser/extensions/extension_process_manager.h
 | 
| +++ b/chrome/browser/extensions/extension_process_manager.h
 | 
| @@ -42,10 +42,6 @@ class ExtensionProcessManager : public content::NotificationObserver {
 | 
|      return background_hosts_;
 | 
|    }
 | 
|  
 | 
| -  const ExtensionHostSet& platform_app_hosts() const {
 | 
| -    return platform_app_hosts_;
 | 
| -  }
 | 
| -
 | 
|    typedef std::set<content::RenderViewHost*> ViewSet;
 | 
|    const ViewSet GetAllViews() const;
 | 
|  
 | 
| @@ -69,7 +65,6 @@ class ExtensionProcessManager : public content::NotificationObserver {
 | 
|                                     Browser* browser);
 | 
|    ExtensionHost* CreateInfobarHost(const GURL& url,
 | 
|                                     Browser* browser);
 | 
| -  ExtensionHost* CreateShellHost(const Extension* extension, const GURL& url);
 | 
|  
 | 
|    // Open the extension's options page.
 | 
|    void OpenOptionsPage(const Extension* extension, Browser* browser);
 | 
| @@ -152,9 +147,6 @@ class ExtensionProcessManager : public content::NotificationObserver {
 | 
|    // The set of ExtensionHosts running viewless background extensions.
 | 
|    ExtensionHostSet background_hosts_;
 | 
|  
 | 
| -  // The set of ExtensionHosts running platform apps.
 | 
| -  ExtensionHostSet platform_app_hosts_;
 | 
| -
 | 
|    // A SiteInstance related to the SiteInstance for all extensions in
 | 
|    // this profile.  We create it in such a way that a new
 | 
|    // browsing instance is created.  This controls process grouping.
 | 
| 
 |