| Index: chrome/browser/ui/app_list/app_list_util.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_util.cc b/chrome/browser/ui/app_list/app_list_util.cc
|
| index 172debc2a7358126863af091b661033ca9dcb2cc..30a38f0c3128b11985f23df47a67c6c64bc4aad9 100644
|
| --- a/chrome/browser/ui/app_list/app_list_util.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_util.cc
|
| @@ -20,8 +20,3 @@ bool IsAppLauncherEnabled() {
|
| return prefs && prefs->GetBoolean(prefs::kAppLauncherHasBeenEnabled);
|
| #endif
|
| }
|
| -
|
| -bool ShouldShowAppLauncherPromo() {
|
| - // Never promote. TODO(tapted): Delete this function and supporting code.
|
| - return false;
|
| -}
|
|
|