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

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

Issue 173487: Implemented the rest of loading/parsing logic for extension i18n:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/extensions/extension_file_util.h
===================================================================
--- chrome/browser/extensions/extension_file_util.h (revision 24127)
+++ chrome/browser/extensions/extension_file_util.h (working copy)
@@ -66,7 +66,8 @@
// Loads and validates an extension from the specified directory. Returns NULL
// on failure, with a description of the error in |error|.
-Extension* LoadExtension(const FilePath& extension_root, bool require_key,
+Extension* LoadExtension(const FilePath& extension_root,
+ bool require_key,
std::string* error);
// Returns true if the given extension object is valid and consistent.
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_util.cc » ('j') | chrome/browser/extensions/extension_file_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698