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

Unified Diff: chrome/app/generated_resources.grd

Issue 454253002: Location chooser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing meacer@ comments 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..e00efbd2343d5a297571ad0d7f27d408dff37cf9 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 users to share their city geolocation.">
+ City Only
+ </message>
+ <message name="IDS_PERMISSION_STATE" desc="Label on text button to allow users to share their state/province geolocation.">
+ State/Province Only
+ </message>
+ <message name="IDS_PERMISSION_COUNTRY" desc="Label on text button to allow users to share their 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