| Index: media/cdm/key_system_names.h
|
| diff --git a/media/cdm/key_system_names.h b/media/cdm/key_system_names.h
|
| index 0216c6930d76d36e80abfa9a424feeb3171210e3..1b2686911c4ff0f68364323a8180edfc8ca0cbf1 100644
|
| --- a/media/cdm/key_system_names.h
|
| +++ b/media/cdm/key_system_names.h
|
| @@ -26,9 +26,7 @@ MEDIA_EXPORT inline bool IsClearKey(const std::string& key_system) {
|
| }
|
|
|
| // Returns true if |key_system| is External Clear Key, false otherwise.
|
| -MEDIA_EXPORT inline bool IsExternalClearKey(const std::string& key_system) {
|
| - return key_system == kExternalClearKey;
|
| -}
|
| +MEDIA_EXPORT bool IsExternalClearKey(const std::string& key_system);
|
|
|
| } // namespace media
|
|
|
|
|