Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(769)

Unified Diff: content/browser/tab_contents/tab_contents_delegate.h

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: browser_context Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698