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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 518653002: Add the "options_ui" extension manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix flag logic and define directive 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 740a66f6a20c2383b250e49fcadfc1fa43fe8de1..4091450ee4f3c19ea6875c65a177819959844d28 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4562,9 +4562,6 @@ Make sure you do not expose any sensitive information.
<message name="IDS_EXTENSION_LOAD_ICON_FOR_BROWSER_ACTION_FAILED" desc="">
Could not load icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' for browser action.
</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_LOAD_ABOUT_PAGE_FAILED" desc="">
Could not load about page '<ph name="ABOUT_PAGE">$1<ex>page.html</ex></ph>'.
</message>

Powered by Google App Engine
This is Rietveld 408576698