diff options
Diffstat (limited to 'chrome/browser/extensions/extension_process_manager.h')
-rwxr-xr-x | chrome/browser/extensions/extension_process_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_process_manager.h b/chrome/browser/extensions/extension_process_manager.h index 0d4048b..fdbff8a 100755 --- a/chrome/browser/extensions/extension_process_manager.h +++ b/chrome/browser/extensions/extension_process_manager.h @@ -9,6 +9,7 @@ #include <map> +class Browser; class BrowsingInstance; class Extension; class ExtensionView; @@ -36,7 +37,7 @@ class ExtensionProcessManager { // (and therefore process) based on the URL and profile. ExtensionView* CreateView(Extension* extension, const GURL& url, - Profile* profile); + Browser* browser); // Returns the SiteInstance that the given URL belongs to in this profile. SiteInstance* GetSiteInstanceForURL(const GURL& url, Profile* profile); |