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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
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: Addressing fifth review 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 1d2b9cbccd43d9ae27d103c2176ef162dc3c3e74..a34cd99d7fbc6545c21fc32ff5e868ceeb5972a7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11630,6 +11630,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