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

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: works now 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 e06f8486eac4dff1345da0ab15700464b632b309..0744fb7221f3f708909e41b6c148195bc6dc6bf3 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -854,7 +854,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* context,
const GURL& url,
const NavigationEntry::SSLStatus& ssl,
bool show_history) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698