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

Unified Diff: chrome/browser/extensions/api/document_scan/document_scan_interface.cc

Issue 899523004: Move chrome.documentScan API to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated DEPS Created 5 years, 10 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
Index: chrome/browser/extensions/api/document_scan/document_scan_interface.cc
diff --git a/chrome/browser/extensions/api/document_scan/document_scan_interface.cc b/chrome/browser/extensions/api/document_scan/document_scan_interface.cc
deleted file mode 100644
index cf02fe8ca78756e86bc1d6fa5fb74724a5f29fab..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/api/document_scan/document_scan_interface.cc
+++ /dev/null
@@ -1,26 +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 "chrome/browser/extensions/api/document_scan/document_scan_interface.h"
-
-namespace extensions {
-
-namespace api {
-
-DocumentScanInterface::DocumentScanInterface() {
-}
-
-DocumentScanInterface::~DocumentScanInterface() {
-}
-
-DocumentScanInterface::ScannerDescription::ScannerDescription() {
-}
-
-DocumentScanInterface::ScannerDescription::~ScannerDescription() {
-}
-
-} // namespace api
-
-} // namespace extensions
-

Powered by Google App Engine
This is Rietveld 408576698