| 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..5fe6cec69abdeb3502b799f944a395bf95277ca5 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -250,6 +250,11 @@ extern const char kMediaFileSystemPathPart[];
|
| extern const uint8_t kWebstoreSignaturesPublicKey[];
|
| extern const int kWebstoreSignaturesPublicKeySize;
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +// Returns true if |extension_id| is one of the IME extensions that will create
|
| +// IME menu.
|
| +bool IsImeMenuExtensionId(const std::string& extension_id);
|
| +#endif
|
| } // namespace extension_misc
|
|
|
| #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
|
|
|