[email protected] | 4c583b6 | 2014-08-08 10:37:23 | [diff] [blame] | 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. | ||||
4 | |||||
blundell | 2102f7c | 2015-07-09 10:00:53 | [diff] [blame] | 5 | #ifndef COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SWITCHES_H_ |
6 | #define COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SWITCHES_H_ | ||||
[email protected] | 4c583b6 | 2014-08-08 10:37:23 | [diff] [blame] | 7 | |
8 | namespace switches { | ||||
9 | |||||
mpearson | 2a18bc7 | 2015-05-25 05:37:10 | [diff] [blame] | 10 | extern const char kEmphasizeTitlesInOmniboxDropdown[]; |
[email protected] | 4c583b6 | 2014-08-08 10:37:23 | [diff] [blame] | 11 | |
12 | } // namespace switches | ||||
13 | |||||
blundell | 2102f7c | 2015-07-09 10:00:53 | [diff] [blame] | 14 | #endif // COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_SWITCHES_H_ |