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

Unified Diff: chromeos/dbus/fake_introspectable_client.h

Issue 2298603002: chromeos: Remove Introspectable D-Bus client library (Closed)
Patch Set: readme Created 4 years, 4 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/dbus_thread_manager.cc ('k') | chromeos/dbus/fake_introspectable_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_introspectable_client.h
diff --git a/chromeos/dbus/fake_introspectable_client.h b/chromeos/dbus/fake_introspectable_client.h
deleted file mode 100644
index 6525ec8f3e72b998ed9d809366e1071a214ba7da..0000000000000000000000000000000000000000
--- a/chromeos/dbus/fake_introspectable_client.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 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.
-
-#ifndef CHROMEOS_DBUS_FAKE_INTROSPECTABLE_CLIENT_H_
-#define CHROMEOS_DBUS_FAKE_INTROSPECTABLE_CLIENT_H_
-
-#include "base/compiler_specific.h"
-#include "chromeos/dbus/introspectable_client.h"
-
-namespace chromeos {
-
-// The IntrospectableClient implementation used on Linux desktop, which does
-// nothing.
-class FakeIntrospectableClient: public IntrospectableClient {
- public:
- FakeIntrospectableClient();
- ~FakeIntrospectableClient() override;
-
- void Init(dbus::Bus* bus) override;
- void Introspect(const std::string& service_name,
- const dbus::ObjectPath& object_path,
- const IntrospectCallback& callback) override;
-};
-
-} // namespace chromeos
-
-#endif // CHROMEOS_DBUS_INTROSPECTABLE_CLIENT_H_
« no previous file with comments | « chromeos/dbus/dbus_thread_manager.cc ('k') | chromeos/dbus/fake_introspectable_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698