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

Unified Diff: chrome/browser/utility_process_host.h

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/idbbindingutilities_browsertest.cc ('k') | chrome/browser/utility_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/utility_process_host.h
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h
index fa8a9c6e11e385a4fec83313af8c6927b4b7145c..b8c8cffdd7828e6855a32c7124befc6ebdd76b1e 100644
--- a/chrome/browser/utility_process_host.h
+++ b/chrome/browser/utility_process_host.h
@@ -116,8 +116,7 @@ class UtilityProcessHost : public BrowserChildProcessHost {
DISALLOW_COPY_AND_ASSIGN(Client);
};
- UtilityProcessHost(ResourceDispatcherHost* rdh, Client* client,
- BrowserThread::ID client_thread_id);
+ UtilityProcessHost(Client* client, BrowserThread::ID client_thread_id);
virtual ~UtilityProcessHost();
// Start a process to unpack the extension at the given path. The process
« no previous file with comments | « chrome/browser/idbbindingutilities_browsertest.cc ('k') | chrome/browser/utility_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698