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

Unified Diff: chrome/test/data/extensions/api_test/css_l10n/_locales/en/messages.json

Issue 7552028: Injected CSS localization fix (see bug no.) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed unnecessary include and added comments to browser test. Created 9 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/test/data/extensions/api_test/css_l10n/_locales/en/messages.json
diff --git a/chrome/test/data/extensions/api_test/css_l10n/_locales/en/messages.json b/chrome/test/data/extensions/api_test/css_l10n/_locales/en/messages.json
new file mode 100644
index 0000000000000000000000000000000000000000..0484277e78c25de84eac2cb4187b4532284d17d0
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/css_l10n/_locales/en/messages.json
@@ -0,0 +1,6 @@
+{
+ "bidi_dir": {
+ "message": "ltr"
Nebojša Ćirić 2011/08/16 17:40:24 bidi_dir is already defined in http://code.google.
adriansc 2011/08/16 22:13:51 Done.
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698