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

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

Issue 2898873002: Merges google_input_tools extension into google_xkb extension. The google input tools extension rel… (Closed)
Patch Set: Created 3 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/browser/resources/chromeos/input_method/google_xkb_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc
diff --git a/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc b/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc
index 5f56af6bfbd492044f0987d1e4c4b943818a7491..4ca3831b63fb6537d34886e88f61a26221a3aa47 100644
--- a/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc
+++ b/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc
@@ -45,10 +45,6 @@ struct WhitelistedComponentExtensionIME {
// Official Google XKB Input.
extension_ime_util::kXkbExtensionId, IDR_GOOGLE_XKB_MANIFEST,
},
- {
- // Google input tools.
- extension_ime_util::kT13nExtensionId, IDR_GOOGLE_INPUT_TOOLS_MANIFEST,
- },
#else
{
// Open-sourced ChromeOS xkb extension.
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698