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

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: Addressed 4th 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 a02f13ed37862379000beaf38c357f790eae2de8..2c0fa39490092e75ea4a6ccf1c17905f111235d0 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11537,6 +11537,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