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

Unified Diff: chrome/app/generated_resources.grd

Issue 7717016: Revert 97955 - First pass on intents options UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/intents/web_intents_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 97964)
+++ chrome/app/generated_resources.grd (working copy)
@@ -5497,9 +5497,6 @@
<message name="IDS_COOKIES_BLOCK_3RDPARTY_CHKBOX" desc="A checkbox in the Content Settings dialog for blocking all 3rd party cookies.">
Block third-party cookies from being set
</message>
- <message name="IDS_INTENTS_TAB_LABEL" desc="Label for Web Intents tab on Content Settings page">
- Web Intents
- </message>
<!-- Mac users do not close their browser; they quit it. -->
<if expr="not is_macosx">
@@ -5652,6 +5649,9 @@
<message name="IDS_NOTIFICATIONS_ASK_RADIO" desc="A radio button in Content Settings dialog to configure notifications per-site.">
Ask me when a site wants to show desktop notifications (recommended)
</message>
+ <message name="IDS_INTENTS_TAB_LABEL" desc="Label for Intents Windows tab on Content Settings dialog">
+ Web Intents
+ </message>
<message name="IDS_INTENTS_HEADER" desc="Header for intent exception management page on Content Settings dialog">
Web Intents Exceptions
</message>
@@ -5739,17 +5739,6 @@
</message>
</if>
- <if expr="pp_ifdef('use_titlecase')">
- <message name="IDS_INTENTS_MANAGE_BUTTON" desc="">
- Manage Intents...
- </message>
- </if>
- <if expr="not pp_ifdef('use_titlecase')">
- <message name="IDS_INTENTS_MANAGE_BUTTON" desc="">
- Manage intents...
- </message>
- </if>
-
<!-- Cookie/Images/JavaScript/Plugins/Pop-ups/Location exception editor dialogs -->
<message name="IDS_EXCEPTION_EDITOR_PATTERN_TITLE" desc="Title of the pattern field in the exception editor">
Hostname Pattern:
@@ -8190,20 +8179,6 @@
Expires:
</message>
- <!-- Intents Window -->
- <message name="IDS_INTENTS_MANAGER_WINDOW_TITLE" desc="The title of the Intents page that lets you manage intent services for websites">
- Intents
- </message>
- <message name="IDS_INTENTS_DOMAIN_COLUMN_HEADER" desc="Label for the Site column in the intents manager page.">
- Site
- </message>
- <message name="IDS_INTENTS_SERVICE_DATA_COLUMN_HEADER" desc="Label for the Service Data column in the intents manager page.">
- Service Data
- </message>
- <message name="IDS_INTENTS_REMOVE_INTENT_BUTTON" desc="Text on the button to remove an intent.">
- Remove Intent
- </message>
-
<!-- Mac users do not close their browser; they quit it. -->
<if expr="not is_macosx">
<message name="IDS_COOKIES_COOKIE_EXPIRES_SESSION" desc="The Cookie Expires field value for a session cookie">
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/intents/web_intents_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698