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

Unified Diff: chrome/browser/component_updater/component_updater_service.h

Issue 42003002: Extract supported codecs from CDM component manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use constant; support existing manifests Created 7 years, 2 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
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_

Powered by Google App Engine
This is Rietveld 408576698