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

Unified Diff: chrome/browser/resources/options/language_options.js

Issue 389913002: Moving IME manifests to chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modified per comments. 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/resources/options/language_options.js
diff --git a/chrome/browser/resources/options/language_options.js b/chrome/browser/resources/options/language_options.js
index f8801975253b95a8fd6f91566ad8cd13e55d446a..d0057d5faea276ee1f71ec7f3af40aa748592d46 100644
--- a/chrome/browser/resources/options/language_options.js
+++ b/chrome/browser/resources/options/language_options.js
@@ -1354,10 +1354,6 @@ cr.define('options', function() {
LanguageOptions.getInstance().onDictionaryDownloadFailure_(languageCode);
};
- LanguageOptions.onComponentManagerInitialized = function(componentImes) {
- LanguageOptions.getInstance().appendComponentExtensionIme_(componentImes);
- };
-
// Export
return {
LanguageOptions: LanguageOptions

Powered by Google App Engine
This is Rietveld 408576698