| Index: chrome/browser/extensions/extension_l10n_util.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_l10n_util.h (revision 25456)
|
| +++ chrome/browser/extensions/extension_l10n_util.h (working copy)
|
| @@ -24,6 +24,7 @@
|
| // if messages file is present (we don't check content of messages file here).
|
| // Returns false if locale_name was not found in chrome_locales, and sets
|
| // error with locale_name.
|
| +// If file name starts with . return true (helps testing extensions under svn).
|
| bool AddLocale(const std::set<std::string>& chrome_locales,
|
| const FilePath& locale_folder,
|
| Extension* extension,
|
|
|