Chromium Code Reviews| 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 |