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

Unified Diff: content/browser/mock_content_browser_client.cc

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: slight tweaking for comments 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/mock_content_browser_client.cc
diff --git a/content/browser/mock_content_browser_client.cc b/content/browser/mock_content_browser_client.cc
index 9d5c3e5fe57c4494d2386c0ee58f326d1704aacc..50d211322c751a1c91c1f366f7b290b142b04c33 100644
--- a/content/browser/mock_content_browser_client.cc
+++ b/content/browser/mock_content_browser_client.cc
@@ -38,8 +38,8 @@ WebUIFactory* MockContentBrowserClient::GetWebUIFactory() {
return EmptyWebUIFactory::Get();
}
-GURL MockContentBrowserClient::GetEffectiveURL(Profile* profile,
- const GURL& url) {
+GURL MockContentBrowserClient::GetEffectiveURL(
+ content::BrowserContext* browser_context, const GURL& url) {
return GURL();
}
@@ -196,8 +196,9 @@ bool MockContentBrowserClient::IsFastShutdownPossible() {
return true;
}
-WebPreferences MockContentBrowserClient::GetWebkitPrefs(Profile* profile,
- bool is_web_ui) {
+WebPreferences MockContentBrowserClient::GetWebkitPrefs(
+ content::BrowserContext* browser_context,
+ bool is_web_ui) {
return WebPreferences();
}
« no previous file with comments | « content/browser/mock_content_browser_client.h ('k') | content/browser/renderer_host/browser_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698