diff options
author | glen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 20:16:55 +0000 |
---|---|---|
committer | glen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 20:16:55 +0000 |
commit | ac4765f1a6e44001a0748ab6771e0018365805d0 (patch) | |
tree | 8e0138e8da8f518226a2ba7b9078f31d759e0ed9 /chrome/app/locales | |
parent | f7df2d168b36ac6287cbfa1ee40a95174096ee8f (diff) | |
download | chromium_src-ac4765f1a6e44001a0748ab6771e0018365805d0.zip chromium_src-ac4765f1a6e44001a0748ab6771e0018365805d0.tar.gz chromium_src-ac4765f1a6e44001a0748ab6771e0018365805d0.tar.bz2 |
Add about:terms to Chrome, and about:licenses to Chromium and Chrome.
Review URL: http://codereview.chromium.org/6804
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/locales')
-rw-r--r-- | chrome/app/locales/locale_settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/locales/locale_settings.h b/chrome/app/locales/locale_settings.h index dd01fd0..855536a 100644 --- a/chrome/app/locales/locale_settings.h +++ b/chrome/app/locales/locale_settings.h @@ -163,3 +163,5 @@ // The URL for more info on how we are affected by 3rd party licenses. #define IDS_ABOUT_VERSION_LICENSE_URL 1060 +// The HTML for the about:terms page +#define IDR_TERMS_HTML 1061 |