Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: chrome/browser/ui/tabs/tab_strip_model_utils.h

Issue 2567043002: Cleanup: Remove unused SearchTabHelper::GetOpenUrls (Closed)
Patch Set: msw nits Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/tabs/tab_strip_model_utils.h
diff --git a/chrome/browser/ui/tabs/tab_strip_model_utils.h b/chrome/browser/ui/tabs/tab_strip_model_utils.h
deleted file mode 100644
index a21ea4d8260712302f336b76da5e0cb62f107f35..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/tabs/tab_strip_model_utils.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// 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 CHROME_BROWSER_UI_TABS_TAB_STRIP_MODEL_UTILS_H_
-#define CHROME_BROWSER_UI_TABS_TAB_STRIP_MODEL_UTILS_H_
-
-#include <set>
-#include <string>
-
-class TabStripModel;
-
-namespace history {
-class TopSites;
-}
-
-namespace chrome {
-
-// Creates a set containing the canonical URLs of the currently open tabs.
-void GetOpenUrls(const TabStripModel& tabs,
- const history::TopSites& top_sites,
- std::set<std::string>* urls);
-
-} // namespace chrome
-
-#endif // CHROME_BROWSER_UI_TABS_TAB_STRIP_MODEL_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698