summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extensions_service.h')
-rw-r--r--chrome/browser/extensions/extensions_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
index 0421f4b..8382786 100644
--- a/chrome/browser/extensions/extensions_service.h
+++ b/chrome/browser/extensions/extensions_service.h
@@ -160,6 +160,7 @@ class ExtensionsServiceBackend
FilePath path);
// Read the manifest from the front of the extension file.
+ // Caller takes ownership of return value.
DictionaryValue* ReadManifest(const FilePath& extension_path,
scoped_refptr<ExtensionsServiceFrontendInterface> frontend);