summaryrefslogtreecommitdiffstats
path: root/ash/launcher/launcher_util.h
blob: 89551f064abdc76900d65593cdd9864112e7eea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef ASH_LAUNCHER_LAUNCHER_UTIL_H_
#define ASH_LAUNCHER_LAUNCHER_UTIL_H_

#include "ash/ash_export.h"

namespace ash {
class LauncherModel;

namespace launcher {

// Return the index of the browser item from a given |launcher_model|.
ASH_EXPORT int GetBrowserItemIndex(const LauncherModel& launcher_model);

}  // namespace launcher
}  // namespace ash

#endif  // ASH_LAUNCHER_LAUNCHER_UTIL_H_