Index: chrome/common/extensions/extension_file_util.h |
diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h |
index 114549f7bffbf2dd59487d5365cf06a55adeb0b6..924936086c40afef801ed7b7c9f4c20d8bf1a20d 100644 |
--- a/chrome/common/extensions/extension_file_util.h |
+++ b/chrome/common/extensions/extension_file_util.h |
@@ -66,6 +66,13 @@ ExtensionMessageBundle* LoadExtensionMessageBundle( |
const std::string& default_locale, |
std::string* error); |
+// Loads the extension message bundle substitution map. Will contain at least |
+// the entry for the extension ID if extension is valid. |
Nebojša Ćirić
2011/08/10 20:38:57
Contains at least extension_id item if extension i
adriansc
2011/08/10 23:20:53
Done.
|
+std::map<std::string, std::string> LoadExtensionMessageBundleSubstitutionMap( |
+ const FilePath& extension_path, |
+ const std::string& extension_id, |
+ const std::string& default_locale); |
+ |
// We need to reserve the namespace of entries that start with "_" for future |
// use by Chrome. |
// If any files or directories are found using "_" prefix and are not on |