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/browser/dom_ui/new_tab_ui.h | |
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/browser/dom_ui/new_tab_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h index 4149a46..fde0fe2 100644 --- a/chrome/browser/dom_ui/new_tab_ui.h +++ b/chrome/browser/dom_ui/new_tab_ui.h @@ -29,7 +29,7 @@ class NewTabUI : public DOMUI, static bool UseOldNewTabPage(); // Whether we should disable the web resources backend service - static bool WebResourcesDisabled(); + static bool WebResourcesEnabled(); private: void Observe(NotificationType type, |