chromium/components/omnibox/browser/page_classification_functions.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/omnibox/browser/page_classification_functions.h"

#include "base/check.h"

namespace omnibox {

OEP;

bool IsNTPPage(OEP::PageClassification classification) {}

bool IsSearchResultsPage(OEP::PageClassification classification) {}

bool IsOtherWebPage(OEP::PageClassification classification) {}

bool IsLensSearchbox(OEP::PageClassification classification) {}

bool IsLensContextualSearchbox(OEP::PageClassification classification) {}

bool IsLensMultiModalSearchbox(OEP::PageClassification classification) {}

bool IsCustomTab(OEP::PageClassification classification) {}

void CheckObsoletePageClass(OEP::PageClassification classification) {}

}  // namespace omnibox