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

Unified Diff: chrome/app/generated_resources.grd

Issue 1428002: Mac: Add geolocation content setting. (Closed)
Patch Set: Created 10 years, 9 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7d65a69283f1b696d5e22854497eccef5ff6215e..3df4c25e74c491b18df6b53ccba9cf794b98e740 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4250,6 +4250,24 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_JS_DONOTALLOW_RADIO" desc="A radio button in the Content Settings dialog for preventing JavaScript use on any site.">
Do not allow any site to run JavaScript
</message>
+ <message name="IDS_GEOLOCATION_TAB_LABEL" desc="Label for Geolocation tab on Content Settings dialog">
+ Location
+ </message>
+ <message name="IDS_GEOLOCATION_SETTING_LABEL" desc="A label on top of Geolocation tab on Content Settings dialog">
+ Location Settings:
+ </message>
+ <message name="IDS_GEOLOCATION_ALLOW_RADIO" desc="A radio button in the Content Settings dialog for allowing sites to access your geolocation without asking.">
+ Allow all sites to access my physical location
+ </message>
+ <message name="IDS_GEOLOCATION_ASK_EVERY_TIME_RADIO" desc="A radio button in the Content Settings dialog for asking if a site can use your geolocation every time.">
+ Ask me before allowing sites to access my location (recommended)
+ </message>
+ <message name="IDS_GEOLOCATION_BLOCK_RADIO" desc="A radio button in the Content Settings dialog for blocking sites to access your geolocation.">
+ Never allow any site to access my physical location
+ </message>
+ <message name="IDS_GEOLOCATION_MANAGE_BUTTON" desc="A button in the Content Settings dialog for opening the geolocation management dialog.">
+ Manage which sites can see my location...
+ </message>
<!-- Cookie/Images/JavaScript/Plugins exception dialogs -->
<message name="IDS_COOKIE_EXCEPTION_TITLE" desc="Title for cookie exceptions dialog">
« no previous file with comments | « no previous file | chrome/app/nibs/ContentBubbleGeolocation.xib » ('j') | chrome/browser/cocoa/content_blocked_bubble_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698