Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: extensions/common/api/printer_provider/usb_printer_manifest_handler_android.cc

Issue 1551423003: Remove the code added to make extensions compile on Aura Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing build/args/aura_android.gni from this CL - it has already been deleted. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698