diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 06:54:43 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-25 06:54:43 +0000 |
commit | 1cf38fa7f9493a4e84a42e05abfc812e19220fea (patch) | |
tree | cf767a1a8bc0bd49b35529fa2c2cc7f75900e141 /chrome/app | |
parent | fc23ec8dd5f9359914ba6ab1b8bd00c494f547c9 (diff) | |
download | chromium_src-1cf38fa7f9493a4e84a42e05abfc812e19220fea.zip chromium_src-1cf38fa7f9493a4e84a42e05abfc812e19220fea.tar.gz chromium_src-1cf38fa7f9493a4e84a42e05abfc812e19220fea.tar.bz2 |
Disable the tips service by default.
Update the UI to not say tips or recommendations.
BUG=None
TEST=Starting chrome should not show any tips byt default
Review URL: http://codereview.chromium.org/160138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9813ca4..5509ac8 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3550,6 +3550,22 @@ each locale. --> desc="Default content of tip box when no tips are available. This is a short advertisement and explanation for the tips and suggestions to come."> Watch this space for tips and suggestions for better browsing! </message> + <message name="IDS_NEW_TAB_EVEN_MORE_TITLE" + desc="Title for the section on the new tab page that is currently empty. In later releases we plan to show web clips and tips and recommendations here."> + Even more + </message> + <message name="IDS_NEW_TAB_EVEN_MORE_CONTENT" + desc="Content for the section on the new tab page that is currently empty. In later releases we plan to show web clips and tips and recommendations here. This is intended to be funny!"> + This space intentionally left blank + </message> + <message name="IDS_NEW_TAB_SHOW_EVEN_MORE" + desc="Menu item text used to show the even more section."> + Show even more + </message> + <message name="IDS_NEW_TAB_HIDE_EVEN_MORE" + desc="Menu item text used to hide the even more section."> + Hide even more + </message> <message name="IDS_NEW_TAB_DOWNLOADS" desc="The header text of the recent downloads section."> Downloads |