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

Unified Diff: chrome/browser/chromeos/input_method/input_method_engine_browsertests.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/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);

Powered by Google App Engine
This is Rietveld 408576698