[email protected] | 5c3c6e48 | 2014-06-23 09:47:18 | [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 | |
| 5 | #ifndef COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_SWITCHES_H_ |
| 6 | #define COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_SWITCHES_H_ |
| 7 | |
fdoray | 95b217e | 2015-11-15 03:03:33 | [diff] [blame^] | 8 | #include "build/build_config.h" |
| 9 | |
[email protected] | 5c3c6e48 | 2014-06-23 09:47:18 | [diff] [blame] | 10 | namespace switches { |
| 11 | |
| 12 | extern const char kExtraSearchQueryParams[]; |
| 13 | |
fdoray | 95b217e | 2015-11-15 03:03:33 | [diff] [blame^] | 14 | #if defined(OS_WIN) |
| 15 | extern const char kUseDefaultSearchProviderForDesktopSearch[]; |
| 16 | #endif // defined(OS_WIN) |
| 17 | |
[email protected] | 5c3c6e48 | 2014-06-23 09:47:18 | [diff] [blame] | 18 | } // namespace switches |
| 19 | |
| 20 | #endif // COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_SWITCHES_H_ |