chromium/components/omnibox/browser/location_bar_model_delegate.cc

// Copyright 2018 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/location_bar_model_delegate.h"

bool LocationBarModelDelegate::ShouldPreventElision() {}

bool LocationBarModelDelegate::ShouldTrimDisplayUrlAfterHostName() const {}

bool LocationBarModelDelegate::ShouldDisplayURL() const {}

bool LocationBarModelDelegate::ShouldUseUpdatedConnectionSecurityIndicators()
    const {}

security_state::SecurityLevel LocationBarModelDelegate::GetSecurityLevel()
    const {}

net::CertStatus LocationBarModelDelegate::GetCertStatus() const {}

std::unique_ptr<security_state::VisibleSecurityState>
LocationBarModelDelegate::GetVisibleSecurityState() const {}

scoped_refptr<net::X509Certificate> LocationBarModelDelegate::GetCertificate()
    const {}

const gfx::VectorIcon* LocationBarModelDelegate::GetVectorIconOverride() const {}

bool LocationBarModelDelegate::IsOfflinePage() const {}

bool LocationBarModelDelegate::IsNewTabPage() const {}

bool LocationBarModelDelegate::IsNewTabPageURL(const GURL& url) const {}

bool LocationBarModelDelegate::IsHomePage(const GURL& url) const {}

AutocompleteClassifier* LocationBarModelDelegate::GetAutocompleteClassifier() {}

TemplateURLService* LocationBarModelDelegate::GetTemplateURLService() {}