| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 7e025c96a0c826abec34cb3f281ae33237cee9f5..db333c8f60672163b64a5ceb201331cfe5eaf209 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -250,12 +250,6 @@ extern const char kAppStateReadyToRun[];
|
|
|
| // The path part of the file system url used for media file systems.
|
| extern const char kMediaFileSystemPathPart[];
|
| -
|
| -#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_
|
|
|