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

Unified Diff: chrome/browser/ui/search/search_tab_helper_delegate.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/search/search_tab_helper_delegate.h
diff --git a/chrome/browser/ui/search/search_tab_helper_delegate.h b/chrome/browser/ui/search/search_tab_helper_delegate.h
index b62ed3ecefce2ec000ee5b472832d6ff7b46ede5..f5a501f69ec5c8a74b36ad60c068c9dc627991f2 100644
--- a/chrome/browser/ui/search/search_tab_helper_delegate.h
+++ b/chrome/browser/ui/search/search_tab_helper_delegate.h
@@ -5,11 +5,6 @@
#ifndef CHROME_BROWSER_UI_SEARCH_SEARCH_TAB_HELPER_DELEGATE_H_
#define CHROME_BROWSER_UI_SEARCH_SEARCH_TAB_HELPER_DELEGATE_H_
-#include <set>
-#include <string>
-
-#include "ui/base/window_open_disposition.h"
-
namespace content {
class WebContents;
}
@@ -27,9 +22,6 @@ class SearchTabHelperDelegate {
// Returns the OmniboxView or NULL if not available.
virtual OmniboxView* GetOmniboxView();
- // Returns a set containing the canonical URLs of the currently open tabs.
- virtual std::set<std::string> GetOpenUrls();
-
protected:
virtual ~SearchTabHelperDelegate();
};

Powered by Google App Engine
This is Rietveld 408576698