Index: chrome/browser/extensions/api/diagnostics/diagnostics_api_nonchromeos.cc |
diff --git a/chrome/browser/extensions/api/diagnostics/diagnostics_api_nonchromeos.cc b/chrome/browser/extensions/api/diagnostics/diagnostics_api_nonchromeos.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a7d37e78c5f0a6bcd4c59427a192720bb23cf4a9 |
--- /dev/null |
+++ b/chrome/browser/extensions/api/diagnostics/diagnostics_api_nonchromeos.cc |
@@ -0,0 +1,13 @@ |
+// Copyright (c) 2013 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 "chrome/browser/extensions/api/diagnostics/diagnostics_api.h" |
+ |
+namespace extensions { |
+ |
+void DiagnosticsSendPacketFunction::AsyncWorkStart() { |
+ OnCompleted(SEND_PACKET_NOT_IMPLEMENTED, "", 0.0); |
+} |
+ |
+} // namespace extensions |