summaryrefslogtreecommitdiff
path: root/chromium/components/omnibox/browser/omnibox.mojom
blob: 874273bacb30f00323017641a52cac67f1ab9cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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.

module omnibox.mojom;

// Events that indicate that the user is about to navigate to a suggestion.
enum NavigationPredictor {
  kMouseDown = 1,           // The user pushed the mouse button down.
  kUpOrDownArrowButton = 2  // The user pushed the down or up arrow button.
};