| Index: chrome/common/pepper_flash.h
|
| diff --git a/chrome/common/pepper_flash.h b/chrome/common/pepper_flash.h
|
| index d311f7b1c5aff8c5d2556ab9cb8443b71342d5f3..b679a17942bf846e1d513279ca0fbbf0d2d56125 100644
|
| --- a/chrome/common/pepper_flash.h
|
| +++ b/chrome/common/pepper_flash.h
|
| @@ -6,8 +6,17 @@
|
| #define CHROME_COMMON_PEPPER_FLASH_H_
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/values.h"
|
| +#include "base/version.h"
|
|
|
| +namespace chrome {
|
| // Permission bits for Pepper Flash.
|
| extern const int32 kPepperFlashPermissions;
|
|
|
| +// Returns true if this browser is compatible with the given Pepper Flash
|
| +// manifest, with the version specified in the manifest in |version_out|.
|
| +bool CheckPepperFlashManifest(const base::DictionaryValue& manifest,
|
| + base::Version* version_out);
|
| +} // namespace chrome
|
| +
|
| #endif // CHROME_COMMON_PEPPER_FLASH_H_
|
|
|