summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/tab_contents_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/tab_contents/tab_contents_delegate.h')
-rw-r--r--content/browser/tab_contents/tab_contents_delegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
index 52bc318..af2056e 100644
--- a/content/browser/tab_contents/tab_contents_delegate.h
+++ b/content/browser/tab_contents/tab_contents_delegate.h
@@ -17,6 +17,7 @@
#include "webkit/glue/window_open_disposition.h"
namespace content {
+class BrowserContext;
class JavaScriptDialogCreator;
}
@@ -35,7 +36,6 @@ class DownloadItem;
class GURL;
class HtmlDialogUIDelegate;
struct NativeWebKeyboardEvent;
-class Profile;
class RenderViewHost;
class TabContents;
@@ -215,7 +215,7 @@ class TabContentsDelegate {
// |url| is the url of the page/frame the info applies to, |ssl| is the SSL
// information for that page/frame. If |show_history| is true, a section
// showing how many times that URL has been visited is added to the page info.
- virtual void ShowPageInfo(Profile* profile,
+ virtual void ShowPageInfo(content::BrowserContext* browser_context,
const GURL& url,
const NavigationEntry::SSLStatus& ssl,
bool show_history);