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. |
xhwang
2013/10/25 17:33:22
s/Deserialize/Deserializes
ddorwin
2013/10/25 19:03:40
Done.
|
+base::DictionaryValue* ReadComponentManifest(const base::FilePath& unpack_path); |
xhwang
2013/10/25 17:33:22
who owns the returned dictionary value?
ddorwin
2013/10/25 19:03:40
Done.
|
+ |
#endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_SERVICE_H_ |