Index: extensions/common/api/printer_provider/usb_printer_manifest_handler_android.cc |
diff --git a/extensions/common/api/printer_provider/usb_printer_manifest_handler_android.cc b/extensions/common/api/printer_provider/usb_printer_manifest_handler_android.cc |
deleted file mode 100644 |
index 88861c4b74141d565c6d684dfe98c8297cff2f78..0000000000000000000000000000000000000000 |
--- a/extensions/common/api/printer_provider/usb_printer_manifest_handler_android.cc |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-// Copyright 2015 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/common/api/printer_provider/usb_printer_manifest_handler.h" |
- |
-#include "extensions/common/extension.h" |
- |
-namespace extensions { |
- |
-UsbPrinterManifestHandler::UsbPrinterManifestHandler() { |
-} |
- |
-UsbPrinterManifestHandler::~UsbPrinterManifestHandler() { |
-} |
- |
-bool UsbPrinterManifestHandler::Parse(Extension* extension, |
- base::string16* error) { |
- return false; |
-} |
- |
-const std::vector<std::string> UsbPrinterManifestHandler::Keys() const { |
- return std::vector<std::string>(); |
-} |
- |
-} // namespace extensions |