Revert "Reland c91b178b07b0d - Delete dead signin code (SigninGlobalError)"
[chromium-blink-merge.git] / components / omnibox / browser / omnibox_switches.cc
bloba17a27e4e745891670d18cbb532138bfbd1f984e
1 // 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.
5 #include "components/omnibox/browser/omnibox_switches.h"
7 namespace switches {
9 // Causes the omnibox dropdown to emphasize the titles of URL suggestions
10 // for query-like inputs.
11 const char kEmphasizeTitlesInOmniboxDropdown[] =
12 "emphasize-titles-in-omnibox-dropdown";
14 } // namespace switches