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

Unified Diff: chrome/browser/ui/browser.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: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 657f562c98ee2e37f1afc30e4dc6884d51d1b280..430d20d641ccdd906be5da20ef45de0b60aa2171 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -855,7 +855,7 @@ class Browser : public TabHandlerDelegate,
virtual int GetExtraRenderViewHeight() const OVERRIDE;
virtual void OnStartDownload(TabContents* source,
DownloadItem* download) OVERRIDE;
- virtual void ShowPageInfo(Profile* profile,
+ virtual void ShowPageInfo(content::BrowserContext* browser_context,
const GURL& url,
const NavigationEntry::SSLStatus& ssl,
bool show_history) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698