// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/browser/api/messaging/native_message_host.h" namespace extensions { const char NativeMessageHost::kFailedToStartError[] = …; const char NativeMessageHost::kInvalidNameError[] = …; const char NativeMessageHost::kNativeHostExited[] = …; const char NativeMessageHost::kNotFoundError[] = …; const char NativeMessageHost::kForbiddenError[] = …; const char NativeMessageHost::kHostInputOutputError[] = …; } // extensions