Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1126)

Unified Diff: chrome/common/pepper_flash.h

Issue 893823002: Register system Pepper Flash plugin if no packaged Pepper plugin is found. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments. read location of pepperflash from registry. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/common/pepper_flash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/common/pepper_flash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698