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

Unified Diff: extensions/extensions_strings.grd

Issue 518653002: Add the "options_ui" extension manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build issue? Created 6 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
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_strings.grd
diff --git a/extensions/extensions_strings.grd b/extensions/extensions_strings.grd
index 2ba6ce2f10dd11a038bad4a8414c80ab9cdc9144..1e0af625f8677c97058bad3a7a41c50632b6d064 100644
--- a/extensions/extensions_strings.grd
+++ b/extensions/extensions_strings.grd
@@ -190,6 +190,9 @@
<message name="IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED" desc="">
Could not load launcher page '<ph name="PAGE">$1<ex>index.html</ex></ph>'.
</message>
+ <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc="">
+ Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex></ph>'.
+ </message>
<message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc="">
Localization used, but default_locale wasn't specified in the manifest.
</message>
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698