| Index: chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc b/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| index 494371f1a1a2188ccbbbe40e8f98b64b7b260620..d2de6f16121aa836bbcb6b14b81fcc63a7d37827 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
|
| @@ -65,17 +65,6 @@ class InputMethodEngineBrowserTest
|
| ASSERT_TRUE(extension_);
|
| ASSERT_TRUE(ime_ready_listener.WaitUntilSatisfied());
|
|
|
| - // Make sure ComponentExtensionIMEManager is initialized.
|
| - // ComponentExtensionIMEManagerImpl::InitializeAsync posts
|
| - // ReadComponentExtensionsInfo to the FILE thread for the
|
| - // initialization. If it is never initialized for some reasons,
|
| - // the test is timed out and failed.
|
| - ComponentExtensionIMEManager* ceimm =
|
| - InputMethodManager::Get()->GetComponentExtensionIMEManager();
|
| - while (!ceimm->IsInitialized()) {
|
| - content::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
|
| - }
|
| -
|
| // Extension IMEs are not enabled by default.
|
| std::vector<std::string> extension_ime_ids;
|
| extension_ime_ids.push_back(kIdentityIMEID);
|
|
|