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

Unified Diff: chromeos/dbus/ibus/mock_ibus_panel_service.h

Issue 23683002: Remove ibus_panel_service.cc and related files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/ibus/ibus_panel_service_unittest.cc ('k') | chromeos/dbus/ibus/mock_ibus_panel_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/mock_ibus_panel_service.h
diff --git a/chromeos/dbus/ibus/mock_ibus_panel_service.h b/chromeos/dbus/ibus/mock_ibus_panel_service.h
deleted file mode 100644
index 70ce7dcab1ebde79ca289cdd0f8f229c71626282..0000000000000000000000000000000000000000
--- a/chromeos/dbus/ibus/mock_ibus_panel_service.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright (c) 2012 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_IBUS_MOCK_IBUS_PANEL_SERVICE_H_
-#define CHROMEOS_DBUS_IBUS_MOCK_IBUS_PANEL_SERVICE_H_
-
-#include "chromeos/dbus/ibus/ibus_panel_service.h"
-
-namespace chromeos {
-
-class MockIBusPanelService : public IBusPanelService {
- public:
- MockIBusPanelService();
- virtual ~MockIBusPanelService();
-
- // IBusPanelService overrides.
- virtual void SetUpCandidateWindowHandler(
- IBusPanelCandidateWindowHandlerInterface* handler) OVERRIDE;
- virtual void SetUpPropertyHandler(
- IBusPanelPropertyHandlerInterface* handler) OVERRIDE;
- virtual void CandidateClicked(uint32 index,
- ibus::IBusMouseButton button,
- uint32 state) OVERRIDE;
- virtual void CursorUp() OVERRIDE;
- virtual void CursorDown() OVERRIDE;
- virtual void PageUp() OVERRIDE;
- virtual void PageDown() OVERRIDE;
-};
-
-} // namespace chromeos
-
-#endif // CHROMEOS_DBUS_IBUS_MOCK_IBUS_PANEL_SERVICE_H_
« no previous file with comments | « chromeos/dbus/ibus/ibus_panel_service_unittest.cc ('k') | chromeos/dbus/ibus/mock_ibus_panel_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698