blob: 33fced37eaea8fbf347f3e033c5d727c65c1b128 [file] [log] [blame]
[email protected]4c583b62014-08-08 10:37:231// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
blundell2102f7c2015-07-09 10:00:535#ifndef COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SWITCHES_H_
6#define COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SWITCHES_H_
[email protected]4c583b62014-08-08 10:37:237
8namespace switches {
9
mpearson2a18bc72015-05-25 05:37:1010extern const char kEmphasizeTitlesInOmniboxDropdown[];
[email protected]4c583b62014-08-08 10:37:2311
12} // namespace switches
13
blundell2102f7c2015-07-09 10:00:5314#endif // COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SWITCHES_H_