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

Side by Side Diff: chrome/browser/chromeos/input_method/input_method_engine_ibus_browserttests.cc

Issue 61003004: Delete ibus_object and move ibus_text to chromeos/ime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modified based on the review. Created 7 years, 1 month 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 | « chrome/browser/chromeos/input_method/input_method_engine_ibus.cc ('k') | chromeos/chromeos.gyp » ('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 "base/bind_helpers.h" 5 #include "base/bind_helpers.h"
6 #include "chrome/browser/extensions/extension_browsertest.h" 6 #include "chrome/browser/extensions/extension_browsertest.h"
7 #include "chrome/browser/extensions/extension_test_message_listener.h" 7 #include "chrome/browser/extensions/extension_test_message_listener.h"
8 #include "chromeos/dbus/ibus/ibus_text.h"
9 #include "chromeos/ime/component_extension_ime_manager.h" 8 #include "chromeos/ime/component_extension_ime_manager.h"
10 #include "chromeos/ime/ibus_bridge.h" 9 #include "chromeos/ime/ibus_bridge.h"
10 #include "chromeos/ime/ibus_text.h"
11 #include "chromeos/ime/input_method_descriptor.h" 11 #include "chromeos/ime/input_method_descriptor.h"
12 #include "chromeos/ime/input_method_manager.h" 12 #include "chromeos/ime/input_method_manager.h"
13 #include "chromeos/ime/mock_ime_candidate_window_handler.h" 13 #include "chromeos/ime/mock_ime_candidate_window_handler.h"
14 #include "chromeos/ime/mock_ime_input_context_handler.h" 14 #include "chromeos/ime/mock_ime_input_context_handler.h"
15 #include "chromeos/ime/mock_ime_property_handler.h" 15 #include "chromeos/ime/mock_ime_property_handler.h"
16 #include "content/public/test/browser_test_utils.h" 16 #include "content/public/test/browser_test_utils.h"
17 #include "content/public/test/test_utils.h" 17 #include "content/public/test/test_utils.h"
18 #include "extensions/common/manifest_handlers/background_info.h" 18 #include "extensions/common/manifest_handlers/background_info.h"
19 19
20 namespace chromeos { 20 namespace chromeos {
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 } 838 }
839 839
840 IBusBridge::Get()->SetInputContextHandler(NULL); 840 IBusBridge::Get()->SetInputContextHandler(NULL);
841 IBusBridge::Get()->SetCandidateWindowHandler(NULL); 841 IBusBridge::Get()->SetCandidateWindowHandler(NULL);
842 IBusBridge::Get()->SetPropertyHandler(NULL); 842 IBusBridge::Get()->SetPropertyHandler(NULL);
843 } 843 }
844 844
845 } // namespace 845 } // namespace
846 } // namespace input_method 846 } // namespace input_method
847 } // namespace chromeos 847 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_engine_ibus.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698