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

Unified Diff: chrome/app/generated_resources.grd

Issue 10139002: Preventing our default handlers for ChromeOS to show up or confuse the user (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resolving merge issues Created 8 years, 8 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 f81ad6225621c72b4b00f4fde20ed218ab5918d1..39f87e51868e5c710b6aa14841f59bf76a30a0c8 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11642,6 +11642,28 @@ Some features may be unavailable. Please check that the profile exists and you
</message>
</if>
+ <if expr="pp_ifdef('chromeos')">
+ <!-- The URL for the Google mailto service. -->
+ <message name="IDS_GOOGLE_MAILTO_HANDLER_URL">
+ https:////mail.google.com//mail//?extsrc=mailto&amp;url=%s
+ </message>
+
+ <!-- The name for the Google mailto service. -->
+ <message name="IDS_GOOGLE_MAILTO_HANDLER_NAME">
+ Google.com Mail
+ </message>
+
+ <!-- The URL for the Google webcal service. -->
+ <message name="IDS_GOOGLE_WEBCAL_HANDLER_URL">
+ https:////www.google.com//calendar//render?cid=%s
+ </message>
+
+ <!-- The name for the Google webcal service. -->
+ <message name="IDS_GOOGLE_WEBCAL_HANDLER_NAME">
+ Google Calendar
+ </message>
+ </if>
+
<!-- Sync promo page chrome://signin -->
<message name="IDS_SYNC_PROMO_TAB_TITLE" desc="The title of the sync promo tab.">
Sign in

Powered by Google App Engine
This is Rietveld 408576698