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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 1611463002: Remove the close button in context menu for IME menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 090e2300a813591fd631f7641d19188dad79a32a..47ba879aeb454f1159fdf8aecbf8be72ae1bc15a 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -221,6 +221,8 @@ extern const char kWallpaperManagerId[];
extern const char kWebstoreWidgetAppId[];
// The extension id of the new ZIP unpacker extension.
extern const char kZIPUnpackerExtensionId[];
+// The extension id of the IME extensions.
Devlin 2016/01/20 23:52:18 can we be slightly more specific? IME extensions
Azure Wei 2016/01/21 04:44:54 I've updated the document, hope it describes bette
+extern const char* const kIMEExtensionIds[2];
#endif
// What causes an extension to be installed? Used in histograms, so don't

Powered by Google App Engine
This is Rietveld 408576698