1 // Copyright (c) 2012 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 CHROME_BROWSER_UI_TABS_TAB_STRIP_MODEL_UTILS_H_
6 #define CHROME_BROWSER_UI_TABS_TAB_STRIP_MODEL_UTILS_H_
19 // Creates a set containing the canonical URLs of the currently open tabs.
20 void GetOpenUrls(const TabStripModel
& tabs
,
21 const history::TopSites
& top_sites
,
22 std::set
<std::string
>* urls
);
26 #endif // CHROME_BROWSER_UI_TABS_TAB_STRIP_MODEL_UTILS_H_