// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_NACL_COMMON_NACL_PROCESS_TYPE_H_ #define COMPONENTS_NACL_COMMON_NACL_PROCESS_TYPE_H_ #include "content/public/common/process_type.h" // Defines the trusted process types that are custom to NaCl. enum NaClTrustedProcessType { … }; #endif // COMPONENTS_NACL_COMMON_NACL_PROCESS_TYPE_H_