diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 20:11:02 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 20:11:02 +0000 |
commit | 21861f27de14a1af8dae37a3bba5e98c3ed59e6c (patch) | |
tree | 2bee8fdaed60665c768317459c96159abfea7283 /tools/grit | |
parent | aa742b4f9495fc201d68ccd29f0f6c4bbbef64e9 (diff) | |
download | chromium_src-21861f27de14a1af8dae37a3bba5e98c3ed59e6c.zip chromium_src-21861f27de14a1af8dae37a3bba5e98c3ed59e6c.tar.gz chromium_src-21861f27de14a1af8dae37a3bba5e98c3ed59e6c.tar.bz2 |
Autofill heuristics regular expressions should be stored in external data files.
This change moves the Autofill heuristics regular expressions out to a new autofill_resources.grd file. This grd file is not meant to be localized. Eventually it will contain the locale-specific regular expressions as well as the English versions. This CL, however, just moves the English versions out of source.
BUG=55787
TEST=FormStructureBrowserTest.HTMLFiles
Review URL: http://codereview.chromium.org/6026010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/grit')
-rw-r--r-- | tools/grit/resource_ids | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/grit/resource_ids b/tools/grit/resource_ids index a8d06f6..219e058 100644 --- a/tools/grit/resource_ids +++ b/tools/grit/resource_ids @@ -123,4 +123,8 @@ "structures": [19000], "messages": [19010], }, + + "chrome/browser/autofill/autofill_resources.grd": { + "messages": [19500], + }, } |