diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 22:22:24 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 22:22:24 +0000 |
commit | 9cf093c8555632a2daba9f71cd3f2cab411db7e8 (patch) | |
tree | d949a965310e49b4954f60f4cc1c6f6126df6bbe /chrome/app/resources | |
parent | ca5ec6ed8c631b8270932413d25a01931efdee59 (diff) | |
download | chromium_src-9cf093c8555632a2daba9f71cd3f2cab411db7e8.zip chromium_src-9cf093c8555632a2daba9f71cd3f2cab411db7e8.tar.gz chromium_src-9cf093c8555632a2daba9f71cd3f2cab411db7e8.tar.bz2 |
Move URLs out of *.pak files and put them into code. This saves
28k of pak file size, but will make the binary a tad bit larger.
BUG=28174
Review URL: http://codereview.chromium.org/407007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32556 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 7056f22..43231b2 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -365,16 +365,6 @@ en-US </message> - <!-- URL for the "Learn more" link on the malware blocking page. --> - <message name="IDS_LEARN_MORE_MALWARE_URL" translateable="false"> - http://www.google.com/support/bin/answer.py?answer=45449&topic=360&hl=[GRITLANGCODE]&sa=X&oi=malwarewarninglink&resnum=1&ct=help - </message> - - <!-- URL for the "Learn more" link on the phishing blocking page. --> - <message name="IDS_LEARN_MORE_PHISHING_URL" translateable="false"> - http://www.google.com/support/bin/answer.py?answer=106318&hl=[GRITLANGCODE] - </message> - <!-- The width of the Options dialog box, in characters (character width = --> <!-- average character width for default dialog box font) --> <message name="IDS_OPTIONS_DIALOG_WIDTH_CHARS" use_name_for_id="true"> @@ -566,16 +556,6 @@ 3 </message> - <!-- The URL to be loaded to display Help --> - <message name="IDS_HELP_CONTENT_URL" translateable="false"> - http://www.google.com/support/chrome/?hl=[GRITLANGCODE] - </message> - - <!-- URL to post bug reports to --> - <message name="IDS_BUGREPORT_POST_URL" translateable="false"> - http://web-bug.appspot.com/bugreport - </message> - <!-- Locale-dependent static encodings string --> <message name="IDS_STATIC_ENCODING_LIST" use_name_for_id="true"> ISO-8859-1,windows-1252 @@ -586,11 +566,6 @@ http://tools.google.com/chrome/intl/[GRITLANGCODE]/welcome.html </message> - <!-- The URL for the the Learn More page shown on incognito new tab. --> - <message name="IDS_LEARN_MORE_INCOGNITO_URL" translateable="false"> - http://www.google.com/support/chrome/bin/answer.py?answer=95464&hl=[GRITLANGCODE] - </message> - <!-- The URL for the "Learn more" page for the Privacy section under Options. --> <message name="IDS_LEARN_MORE_PRIVACY_URL" translateable="false"> http://www.google.com/support/chrome/bin/answer.py?answer=114836&hl=[GRITLANGCODE] @@ -634,17 +609,6 @@ http://code.google.com/chromium/?hl=[GRITLANGCODE] </message> - <!-- The URL for Linux ssl certificate configuration help. --> - <message name="IDS_LINUX_CERTIFICATES_CONFIG_URL" translateable="false"> - http://code.google.com/p/chromium/wiki/LinuxCertManagement - </message> - - <!-- The URL for Linux proxy configuration help when not running under --> - <!-- a supported desktop environment. --> - <message name="IDS_LINUX_PROXY_CONFIG_URL" translateable="false"> - http://code.google.com/p/chromium/wiki/LinuxProxyConfig - </message> - <!-- The URL for the themes gallery. --> <message name="IDS_THEMES_GALLERY_URL" translateable="false"> https://tools.google.com/chrome/intl/[GRITLANGCODE]/themes/index.html @@ -656,11 +620,6 @@ http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html </message> - <!-- Help for the bookmark sync service. --> - <message name="IDS_SYNC_SERVICE_HELP_URL" translateable="false"> - http://www.google.com/support/chrome/bin/answer.py?hl=[GRITLANGCODE]&answer=165139 - </message> - <!-- The width of the sync setup wizard / login dialog in characters. --> <message name="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS" use_name_for_id="true"> 46 |