Index: chrome/browser/component_updater/component_updater_service.h |
diff --git a/chrome/browser/component_updater/component_updater_service.h b/chrome/browser/component_updater/component_updater_service.h |
index 027d30f23cf105f2a3b7e252a1c3927ae278f3aa..2b8ef8b8f1aa932bd5b1be4a87b53bdc2907873a 100644 |
--- a/chrome/browser/component_updater/component_updater_service.h |
+++ b/chrome/browser/component_updater/component_updater_service.h |
@@ -200,4 +200,7 @@ class ComponentUpdateService { |
ComponentUpdateService* ComponentUpdateServiceFactory( |
ComponentUpdateService::Configurator* config); |
+// Deserialize the CRX manifest. The top level must be a dictionary. |
ddorwin
2013/10/24 22:17:03
Is there a better place to put this utility functi
waffles
2013/10/25 16:53:42
component_updater_service.h is (supposed to be) th
|
+base::DictionaryValue* ReadComponentManifest(const base::FilePath& unpack_path); |
+ |
#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_SERVICE_H_ |