chromium/chrome/browser/lens/region_search/lens_region_search_helper.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/lens/region_search/lens_region_search_helper.h"

#include "base/feature_list.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/common/pref_names.h"
#include "components/lens/buildflags.h"
#include "components/lens/lens_features.h"
#include "components/prefs/pref_service.h"
#include "components/search_engines/template_url.h"
#include "components/search_engines/template_url_service.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/url_constants.h"
#include "url/gurl.h"

namespace lens {

bool IsRegionSearchEnabled(Browser* browser,
                           Profile* profile,
                           TemplateURLService* service,
                           const GURL& url) {}

bool IsInProgressiveWebApp(Browser* browser) {}

}  // namespace lens