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

Unified Diff: chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: 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:

Powered by Google App Engine
This is Rietveld 408576698