blob: 476280c88815304212df65313717f9ad31808494 [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
[email protected]5c3c6e482014-06-23 09:47:1814} // namespace switches
15
16#endif // COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_SWITCHES_H_