blob: fc3ab1090cf314d964863a3a6cd0e3aeb3505f91 [file] [log] [blame]
[email protected]5c3c6e482014-06-23 09:47:181// 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
fdoray95b217e2015-11-15 03:03:338#include "build/build_config.h"
9
[email protected]5c3c6e482014-06-23 09:47:1810namespace switches {
11
12extern const char kExtraSearchQueryParams[];
13
fdoray95b217e2015-11-15 03:03:3314#if defined(OS_WIN)
15extern const char kUseDefaultSearchProviderForDesktopSearch[];
16#endif // defined(OS_WIN)
17
[email protected]5c3c6e482014-06-23 09:47:1818} // namespace switches
19
20#endif // COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_SWITCHES_H_