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

Unified Diff: chromeos/dbus/fake_lorgnette_manager_client.cc

Issue 2299143002: chromeos: Remove dbus::FileDescriptor from LorgnetteManagerClient (Closed)
Patch Set: Update comment Created 4 years, 3 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 | « chromeos/dbus/fake_lorgnette_manager_client.h ('k') | chromeos/dbus/lorgnette_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_lorgnette_manager_client.cc
diff --git a/chromeos/dbus/fake_lorgnette_manager_client.cc b/chromeos/dbus/fake_lorgnette_manager_client.cc
index 74d0cbc561ca13d0a123f2c47d2a65394ce15383..5b10df2a0c323b21f0fc0ce3bfffc2751e002ec8 100644
--- a/chromeos/dbus/fake_lorgnette_manager_client.cc
+++ b/chromeos/dbus/fake_lorgnette_manager_client.cc
@@ -6,7 +6,6 @@
#include <map>
#include <string>
-#include <vector>
#include "base/bind.h"
#include "base/callback.h"
@@ -29,15 +28,6 @@ void FakeLorgnetteManagerClient::ListScanners(
FROM_HERE, base::Bind(callback, false, scanners));
}
-void FakeLorgnetteManagerClient::ScanImageToFile(
- std::string device_name,
- const ScanProperties& properties,
- const ScanImageToFileCallback& callback,
- base::File* file) {
- base::ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE,
- base::Bind(callback, false));
-}
-
void FakeLorgnetteManagerClient::ScanImageToString(
std::string device_name,
const ScanProperties& properties,
« no previous file with comments | « chromeos/dbus/fake_lorgnette_manager_client.h ('k') | chromeos/dbus/lorgnette_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698