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

Unified Diff: chrome/app/generated_resources.grd

Issue 454253002: Location chooser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Swapping to address InfoBar currying callback case Created 6 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1ea12558a686ef458d62e424c4fa905ab9bfcb28..3b2ac1030fb478f3c7fcc42266d81fd5f4c725d9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -429,6 +429,15 @@ are declared in build/common.gypi.
<message name="IDS_PERMISSION_CUSTOMIZE" desc="Label on text button to allow the user to customize a permissions request.">
Customize
</message>
+ <message name="IDS_PERMISSION_CITY" desc="Label on text button to allow the user to share his city geolocation.">
meacer 2014/08/15 22:20:24 nit: his -> their
mhm 2014/08/15 23:18:56 Done.
+ City Only
+ </message>
+ <message name="IDS_PERMISSION_STATE" desc="Label on text button to allow the user to share his state/province geolocation.">
meacer 2014/08/15 22:20:24 Same here and below
mhm 2014/08/15 23:18:56 Done.
+ State/Province Only
+ </message>
+ <message name="IDS_PERMISSION_COUNTRY" desc="Label on text button to allow the user to share his country geolocation.">
+ Country Only
+ </message>
<message name="IDS_SHOWFULLHISTORY_LINK" desc="The label of the Show Full History link at the bottom of the back/forward menu.">
Show Full History

Powered by Google App Engine
This is Rietveld 408576698