From f3b3576935e25d8d4e6c244740a06a36b9dc9f8e Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Fri, 22 Mar 2013 05:16:13 +0000 Subject: Split the ProcessType enum into process types that content knows about (which will remain in src\content) and those that are for chrome (which moved to src\chrome). This way we won't get any more layering violations where nacl code is in content. Also move the NaCl command line switches to chrome. BUG=191682 Review URL: https://codereview.chromium.org/12662019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189763 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/loader/resource_loader.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'content/browser/loader/resource_loader.cc') diff --git a/content/browser/loader/resource_loader.cc b/content/browser/loader/resource_loader.cc index 91e07a5..a88aa05 100644 --- a/content/browser/loader/resource_loader.cc +++ b/content/browser/loader/resource_loader.cc @@ -19,6 +19,7 @@ #include "content/public/browser/site_instance.h" #include "content/public/common/content_client.h" #include "content/public/common/content_switches.h" +#include "content/public/common/process_type.h" #include "content/public/common/resource_response.h" #include "content/public/common/url_constants.h" #include "net/base/load_flags.h" -- cgit v1.1