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

Unified Diff: ui/base/ime/linux/fake_input_method_context.cc

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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/linux/fake_input_method_context.cc
diff --git a/ui/base/ime/linux/fake_input_method_context.cc b/ui/base/ime/linux/fake_input_method_context.cc
deleted file mode 100644
index fd0d8e2c06dac063ec479b27801efae3805f499d..0000000000000000000000000000000000000000
--- a/ui/base/ime/linux/fake_input_method_context.cc
+++ /dev/null
@@ -1,29 +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.
-
-#include "ui/base/ime/linux/fake_input_method_context.h"
-
-namespace ui {
-
-FakeInputMethodContext::FakeInputMethodContext() {}
-
-// Overriden from ui::LinuxInputMethodContext
-
-bool FakeInputMethodContext::DispatchKeyEvent(
- const ui::KeyEvent& /* key_event */) {
- return false;
-}
-
-void FakeInputMethodContext::Reset() {
-}
-
-void FakeInputMethodContext::OnTextInputTypeChanged(
- ui::TextInputType /* text_input_type */) {
-}
-
-void FakeInputMethodContext::OnCaretBoundsChanged(
- const gfx::Rect& /* caret_bounds */) {
-}
-
-} // namespace ui
« no previous file with comments | « ui/base/ime/linux/fake_input_method_context.h ('k') | ui/base/ime/linux/fake_input_method_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698