Index: extensions/browser/api/messaging/native_message_host.cc |
diff --git a/extensions/browser/api/messaging/native_message_host.cc b/extensions/browser/api/messaging/native_message_host.cc |
deleted file mode 100644 |
index f3bb082f12c483bd25849e4ef11aaab6747d5162..0000000000000000000000000000000000000000 |
--- a/extensions/browser/api/messaging/native_message_host.cc |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// 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[] = |
- "Failed to start native messaging host."; |
-const char NativeMessageHost::kInvalidNameError[] = |
- "Invalid native messaging host name specified."; |
-const char NativeMessageHost::kNativeHostExited[] = "Native host has exited."; |
-const char NativeMessageHost::kNotFoundError[] = |
- "Specified native messaging host not found."; |
-const char NativeMessageHost::kForbiddenError[] = |
- "Access to the specified native messaging host is forbidden."; |
-const char NativeMessageHost::kHostInputOuputError[] = |
- "Error when communicating with the native messaging host."; |
- |
-} // extensions |