Adds VolumeManagerWrapper.
[chromium-blink-merge.git] / apps / app_launcher.h
blob0b5273c5450f5fd02549eb3c48797eac16885e1b
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"
10 namespace apps {
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();
18 } // namespace apps
20 #endif // APPS_APP_LAUNCHER_H_