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

Unified Diff: chrome/browser/chromeos/extensions/input_view_browsertest.cc

Issue 314453002: Upload IME Test CRX to latest version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 6 years, 7 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
« no previous file with comments | « no previous file | chrome/test/data/chromeos/virtual_keyboard/inputview/GoogleKeyboardInput-xkb.crx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/input_view_browsertest.cc
diff --git a/chrome/browser/chromeos/extensions/input_view_browsertest.cc b/chrome/browser/chromeos/extensions/input_view_browsertest.cc
index ef4196e344d500332f5dc38421ca668af5196fb9..4af4a05b261e054f5e2333ee38ac91977f8fcddb 100644
--- a/chrome/browser/chromeos/extensions/input_view_browsertest.cc
+++ b/chrome/browser/chromeos/extensions/input_view_browsertest.cc
@@ -32,7 +32,7 @@ const base::FilePath::CharType kInputViewTestDir[] =
const base::FilePath::CharType kBaseKeyboardTestFramework[] = "test_base.js";
const char kDefaultLayout[] = "us";
-const char kCompactLayout[] = "us.compact";
+const char kCompactLayout[] = "us.compact.qwerty";
struct InputViewConfig : public VirtualKeyboardBrowserTestConfig {
explicit InputViewConfig(std::string id, std::string layout) {
@@ -67,13 +67,6 @@ class InputViewBrowserTest : public VirtualKeyboardBrowserTest {
std::string extensionId = installer->extension()->id();
if (!service->GetExtensionById(extensionId, false))
return "";
-
- // Register extension with IME.
- chromeos::input_method::InputMethodManager* ime =
- chromeos::input_method::InputMethodManager::Get();
- std::string id = chromeos::extension_ime_util::GetComponentInputMethodID(
- extensionId, "xkb:us::eng");
- ime->ChangeInputMethod(id);
return extensionId;
}
};
« no previous file with comments | « no previous file | chrome/test/data/chromeos/virtual_keyboard/inputview/GoogleKeyboardInput-xkb.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698