#include "chrome/browser/autocomplete/tab_matcher_desktop.h"
#include "base/feature_list.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_list.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
#include "components/omnibox/browser/autocomplete_match.h"
#include "components/omnibox/common/omnibox_features.h"
#include "content/public/browser/web_contents_user_data.h"
namespace …
bool TabMatcherDesktop::IsTabOpenWithURL(const GURL& url,
const AutocompleteInput* input) const { … }
std::vector<content::WebContents*> TabMatcherDesktop::GetOpenTabs() const { … }
bool TabMatcherDesktop::IsStrippedURLEqualToWebContentsURL(
const GURL& stripped_url,
content::WebContents* web_contents,
const bool keep_search_intent_params,
const bool normalize_search_terms) const { … }