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

Unified Diff: ui/base/ime/dummy_input_method_delegate.h

Issue 1203023002: Run input_method_bridge_unittest on Mac, remove unused DummyInputMethodDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unused includes Created 5 years, 6 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: ui/base/ime/dummy_input_method_delegate.h
diff --git a/ui/base/ime/dummy_input_method_delegate.h b/ui/base/ime/dummy_input_method_delegate.h
deleted file mode 100644
index 5bbd382a315f90686ef150ed8d4a3bc15ae0c44c..0000000000000000000000000000000000000000
--- a/ui/base/ime/dummy_input_method_delegate.h
+++ /dev/null
@@ -1,30 +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 UI_BASE_IME_DUMMY_INPUT_METHOD_DELEGATE_H_
-#define UI_BASE_IME_DUMMY_INPUT_METHOD_DELEGATE_H_
-
-#include "base/compiler_specific.h"
-#include "base/macros.h"
-#include "ui/base/ime/input_method_delegate.h"
-
-namespace ui {
-namespace internal {
-
-class UI_BASE_IME_EXPORT DummyInputMethodDelegate : public InputMethodDelegate {
- public:
- DummyInputMethodDelegate();
- ~DummyInputMethodDelegate() override;
-
- // Overridden from InputMethodDelegate:
- bool DispatchKeyEventPostIME(const ui::KeyEvent& key_event) override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(DummyInputMethodDelegate);
-};
-
-} // namespace internal
-} // namespace ui
-
-#endif // UI_BASE_IME_DUMMY_INPUT_METHOD_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698