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

Unified Diff: chrome/common/extensions/extension.cc

Issue 196029: Simple fix of extension_l10n_util that allows folders in form ".some_name" to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/common/extensions/extension.cc
===================================================================
--- chrome/common/extensions/extension.cc (revision 25456)
+++ chrome/common/extensions/extension.cc (working copy)
@@ -68,7 +68,7 @@
const char Extension::kManifestFilename[] = "manifest.json";
const char Extension::kLocaleFolder[] = "_locales";
-const char Extension::kMessagesFilename[] = "messages";
+const char Extension::kMessagesFilename[] = "messages.json";
// A list of all the keys allowed by themes.
static const wchar_t* kValidThemeKeys[] = {

Powered by Google App Engine
This is Rietveld 408576698