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

Unified Diff: chrome/browser/extensions/extension_file_util.h

Issue 390019: Parse messages.json in ExtensionUnpacker (like we do for manifest).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_file_util.h
===================================================================
--- chrome/browser/extensions/extension_file_util.h (revision 32098)
+++ chrome/browser/extensions/extension_file_util.h (working copy)
@@ -94,6 +94,9 @@
const DictionaryValue& manifest,
std::string* error);
+// Validates locale info. Doesn't check if messages.json files are valid.
+bool ValidateLocaleInfo(const Extension& extension, std::string* error);
Aaron Boodman 2009/11/18 01:31:42 Since this doesn't need to be called from outside
+
// 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698