diff options
author | dconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-26 14:57:34 +0000 |
---|---|---|
committer | dconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-26 14:57:34 +0000 |
commit | dae12fe9593a941572061753048c571fb6552be4 (patch) | |
tree | 5c6db0724a9a1cf3df8130b91143617b711e1fb5 /components/component_strings.grd | |
parent | 65d064fe5bfcb145e882f5cf943d4a0b69c874e3 (diff) | |
download | chromium_src-dae12fe9593a941572061753048c571fb6552be4.zip chromium_src-dae12fe9593a941572061753048c571fb6552be4.tar.gz chromium_src-dae12fe9593a941572061753048c571fb6552be4.tar.bz2 |
Move policy strings to components/policy_strings.grdp.
This facilitates the refactoring of chrome/browser/policy into a layered
component.
BUG=271392
TBR=joi
Review URL: https://codereview.chromium.org/85753005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/component_strings.grd')
-rw-r--r-- | components/component_strings.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/component_strings.grd b/components/component_strings.grd index 28e2a46..4feabeb 100644 --- a/components/component_strings.grd +++ b/components/component_strings.grd @@ -169,6 +169,7 @@ <messages fallback_to_english="true"> <part file="autofill_strings.grdp" /> <part file="dom_distiller_strings.grdp" /> + <part file="policy_strings.grdp" /> </messages> </release> </grit> |