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

Unified Diff: content/browser/ppapi_broker_process_host.cc

Issue 6825038: Create a content::ResourceContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test. 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 | « content/browser/mock_resource_context.cc ('k') | content/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ppapi_broker_process_host.cc
diff --git a/content/browser/ppapi_broker_process_host.cc b/content/browser/ppapi_broker_process_host.cc
index 78c8c9b590102791d92624f1ad75a8712faa4c3c..a0c84985a983e9d26089aef06132ccb2658fb67d 100644
--- a/content/browser/ppapi_broker_process_host.cc
+++ b/content/browser/ppapi_broker_process_host.cc
@@ -17,8 +17,7 @@
#include "ppapi/proxy/ppapi_messages.h"
PpapiBrokerProcessHost::PpapiBrokerProcessHost()
- : BrowserChildProcessHost(
- ChildProcessInfo::PPAPI_BROKER_PROCESS, NULL) {
+ : BrowserChildProcessHost(ChildProcessInfo::PPAPI_BROKER_PROCESS) {
}
PpapiBrokerProcessHost::~PpapiBrokerProcessHost() {
« no previous file with comments | « content/browser/mock_resource_context.cc ('k') | content/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698