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

Unified Diff: chrome/app/policy/policy_templates.grd

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks and right diff Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.gypi » ('j') | chrome/app/policy/policy_templates.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.grd
diff --git a/chrome/app/policy/policy_templates.grd b/chrome/app/policy/policy_templates.grd
index 1b4c0b38e2a8514904854d6d81e1284342d005a6..0695c076b2dfe6d336b06a0db807abbff4f74fc1 100644
--- a/chrome/app/policy/policy_templates.grd
+++ b/chrome/app/policy/policy_templates.grd
@@ -772,6 +772,16 @@ templates and will be translated for each locale. -->
Disabling this setting potentially allows web pages to use the WebGL API and plugins to use the Pepper 3D API. The default settings of the browser may still require command line arguments to be passed in order to use these APIs.
</message>
+ <message name="IDS_POLICY_BLOCKTHIRDPARTYCOOKIES_CAPTION" desc="Label of the BlockThirdPartyCookies policy text field.">
+ Block third party cookies
+ </message>
+ <message name="IDS_POLICY_BLOCKTHIRDPARTYCOOKIES_DESC" desc="Caption of the BlockThirdPartyCookies policy text field.">
+ Blocks third party cookies.
+
+ Enabling this setting prevents cookies from being set by web page elements that are not from the domain that is in the browser's address bar.
+
+ Disabling this setting allows cookies to be set by web page elements that are not from the domain that is in thebrowser's address bar and prevents users from changing this settings.
gfeher 2011/01/11 15:43:58 nit: the browser's
danno 2011/01/20 17:18:32 Done.
+ </message>
<!-- Begin Chrome Frame messages -->
<message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION"
desc="Caption of Chrome Frame renderer policy group">
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.gypi » ('j') | chrome/app/policy/policy_templates.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698