1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef APPS_APP_LAUNCHER_H_
6 #define APPS_APP_LAUNCHER_H_
8 #include "base/callback_forward.h"
12 // Returns whether the app launcher has been enabled.
13 bool IsAppLauncherEnabled();
15 // Returns whether the app launcher promo should be shown.
16 bool ShouldShowAppLauncherPromo();
20 #endif // APPS_APP_LAUNCHER_H_