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

Unified Diff: chrome/browser/ui/webui/test_chrome_web_ui_factory.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/webui/test_chrome_web_ui_factory.h
diff --git a/chrome/browser/ui/webui/test_chrome_web_ui_factory.h b/chrome/browser/ui/webui/test_chrome_web_ui_factory.h
index afd54dc9890087405fbe8a8d6320f0140fbc96e8..094178ab42278b61244c487e6eb2cf931d1a604a 100644
--- a/chrome/browser/ui/webui/test_chrome_web_ui_factory.h
+++ b/chrome/browser/ui/webui/test_chrome_web_ui_factory.h
@@ -43,7 +43,7 @@ class TestChromeWebUIFactory : public ChromeWebUIFactory {
static void RemoveFactoryOverride(const std::string& host);
// ChromeWebUIFactory overrides.
- virtual WebUI::TypeID GetWebUIType(Profile* profile,
+ virtual WebUI::TypeID GetWebUIType(content::BrowserContext* context,
const GURL& url) const OVERRIDE;
virtual WebUI* CreateWebUIForURL(TabContents* tab_contents,
const GURL& url) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698