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

Side by Side Diff: ui/base/ime/dummy_input_method.cc

Issue 16024014: Move DummyInputMethod into ui/base/ime/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 unified diff | Download patch
« no previous file with comments | « ui/base/ime/dummy_input_method.h ('k') | ui/base/ime/ime_test_support.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/base/test/dummy_input_method.h" 5 #include "ui/base/ime/dummy_input_method.h"
6 6
7 namespace ui { 7 namespace ui {
8 namespace test {
9 8
10 DummyInputMethod::DummyInputMethod() { 9 DummyInputMethod::DummyInputMethod() {
11 } 10 }
12 11
13 DummyInputMethod::~DummyInputMethod() { 12 DummyInputMethod::~DummyInputMethod() {
14 } 13 }
15 14
16 void DummyInputMethod::SetDelegate(internal::InputMethodDelegate* delegate) { 15 void DummyInputMethod::SetDelegate(internal::InputMethodDelegate* delegate) {
17 } 16 }
18 17
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 bool DummyInputMethod::CanComposeInline() const { 67 bool DummyInputMethod::CanComposeInline() const {
69 return true; 68 return true;
70 } 69 }
71 70
72 void DummyInputMethod::AddObserver(InputMethodObserver* observer) { 71 void DummyInputMethod::AddObserver(InputMethodObserver* observer) {
73 } 72 }
74 73
75 void DummyInputMethod::RemoveObserver(InputMethodObserver* observer) { 74 void DummyInputMethod::RemoveObserver(InputMethodObserver* observer) {
76 } 75 }
77 76
78 } // namespace test
79 } // namespace ui 77 } // namespace ui
80 78
OLDNEW
« no previous file with comments | « ui/base/ime/dummy_input_method.h ('k') | ui/base/ime/ime_test_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698