chromium/chrome/browser/ui/search/omnibox_utils.cc

// Copyright 2020 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/ui/search/omnibox_utils.h"

#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/browser_window.h"
#include "chrome/browser/ui/location_bar/location_bar.h"
#include "chrome/browser/ui/omnibox/clipboard_utils.h"
#include "components/omnibox/browser/omnibox_edit_model.h"
#include "content/public/browser/web_contents.h"

namespace search {

OmniboxView* GetOmniboxView(content::WebContents* web_contents) {}

OmniboxView* GetOmniboxView(Browser* browser) {}

void FocusOmnibox(bool focus, content::WebContents* web_contents) {}

bool IsOmniboxInputInProgress(content::WebContents* web_contents) {}

}  // namespace search