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

Unified Diff: extensions/common/constants.cc

Issue 1516253002: Whitelist IME extenions for app.window with type:panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« extensions/common/constants.h ('K') | « extensions/common/constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.cc
diff --git a/extensions/common/constants.cc b/extensions/common/constants.cc
index cfd00c117e3d122b47446a2ee346370dad802811..a481dcdcb6abad4a1799ab1b6cb1d5b04d9937de 100644
--- a/extensions/common/constants.cc
+++ b/extensions/common/constants.cc
@@ -81,4 +81,7 @@ const char* const kHangoutsExtensionIds[6] = {
// Keep in sync with _api_features.json and _manifest_features.json.
};
+const char* const kIMEExtensionIds[2] = {"gjaehgfemfahhmlgpdfknkhdnemmolop",
+ "jkghodnilhceideoidjikpgommlajknk"};
+
} // namespace extension_misc
« extensions/common/constants.h ('K') | « extensions/common/constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698