Chromium Code Reviews| Index: extensions/common/constants.h |
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h |
| index 37d0085706a602952e31d71a207be868f7a380c4..d5ad8d965ba85ed6a0c59c11d8f366292786735f 100644 |
| --- a/extensions/common/constants.h |
| +++ b/extensions/common/constants.h |
| @@ -211,6 +211,9 @@ extern const char kProdHangoutsExtensionId[]; |
| // Extension ids used by Hangouts. |
| extern const char* const kHangoutsExtensionIds[6]; |
| +// Extension ids used by IME |
|
Devlin
2015/12/18 17:58:41
nit: end in a period.
Azure Wei
2015/12/19 07:21:42
Done. Thanks!
|
| +extern const char* const kIMEExtensionIds[2]; |
| + |
| } // namespace extension_misc |
| #endif // EXTENSIONS_COMMON_CONSTANTS_H_ |