Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / ios / public / test / fake_search_provider.cc
blob6f252af6e81a5f1756fddfd39dd23d31cc5de557
1 // Copyright 2015 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 "ios/public/test/fake_search_provider.h"
7 namespace ios {
9 FakeSearchProvider::FakeSearchProvider() {
12 FakeSearchProvider::~FakeSearchProvider() {
15 bool FakeSearchProvider::IsQueryExtractionEnabled() {
16 return false;
19 std::string FakeSearchProvider::InstantExtendedEnabledParam(bool for_search) {
20 return std::string();
23 std::string FakeSearchProvider::ForceInstantResultsParam(bool for_prerender) {
24 return std::string();
27 int FakeSearchProvider::OmniboxStartMargin() {
28 return 0;
31 std::string FakeSearchProvider::GoogleImageSearchSource() {
32 return std::string();
35 } // namespace ios