Chromium Code Reviews| Index: content/browser/tab_contents/tab_contents_delegate.h |
| diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
| index 52bc318cdbdfe7203ea067b156d121e3347dd907..fd2ac6300e6e1287200cc4a0ac55c13032f1d5ef 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* context, |
|
jam
2011/07/22 16:58:38
nit: browser_context
|
| const GURL& url, |
| const NavigationEntry::SSLStatus& ssl, |
| bool show_history); |