Index: chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc |
diff --git a/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc b/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc |
index e047731b39a309b63b581d421b156aba0f436074..023ff7502e494a4bccd37aede40c35f909efcda9 100644 |
--- a/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc |
+++ b/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc |
@@ -102,16 +102,6 @@ class ModeIndicatorBrowserTest : public InProcessBrowserTest { |
InputMethodManager::Get() |
->GetInputMethodUtil() |
->InitXkbInputMethodsForTesting(); |
- // 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); |
- } |
} |
private: |