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

Unified Diff: chrome/browser/utility_process_host.cc

Issue 6805008: Remove RDH from UtilityProcessHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix presubmit. Created 9 years, 8 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
« no previous file with comments | « chrome/browser/utility_process_host.h ('k') | chrome/browser/web_resource/web_resource_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/utility_process_host.cc
diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc
index 888da1e66b6e9b56ebe5673e11eb1c1c536d0d5b..5669ec077fad8e95fc9eb74e16f6e1a59072e97f 100644
--- a/chrome/browser/utility_process_host.cc
+++ b/chrome/browser/utility_process_host.cc
@@ -17,10 +17,9 @@
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/base/ui_base_switches.h"
-UtilityProcessHost::UtilityProcessHost(ResourceDispatcherHost* rdh,
- Client* client,
+UtilityProcessHost::UtilityProcessHost(Client* client,
BrowserThread::ID client_thread_id)
- : BrowserChildProcessHost(UTILITY_PROCESS, rdh),
+ : BrowserChildProcessHost(UTILITY_PROCESS, NULL),
client_(client),
client_thread_id_(client_thread_id),
is_batch_mode_(false) {
« no previous file with comments | « chrome/browser/utility_process_host.h ('k') | chrome/browser/web_resource/web_resource_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698