Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: ios/public/test/fake_search_provider.cc

Issue 1260033003: Partially componentize //chrome/browser/search/search.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on iOS Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/public/test/fake_search_provider.h ('k') | ios/public/test/test_chrome_browser_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/test/fake_search_provider.cc
diff --git a/ios/public/test/fake_search_provider.cc b/ios/public/test/fake_search_provider.cc
deleted file mode 100644
index d12248591900804c61b9586f537adf02f0bc295b..0000000000000000000000000000000000000000
--- a/ios/public/test/fake_search_provider.cc
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ios/public/test/fake_search_provider.h"
-
-namespace ios {
-
-FakeSearchProvider::FakeSearchProvider() {
-}
-
-FakeSearchProvider::~FakeSearchProvider() {
-}
-
-bool FakeSearchProvider::IsQueryExtractionEnabled() {
- return false;
-}
-
-std::string FakeSearchProvider::InstantExtendedEnabledParam(bool for_search) {
- return std::string();
-}
-
-std::string FakeSearchProvider::ForceInstantResultsParam(bool for_prerender) {
- return std::string();
-}
-
-int FakeSearchProvider::OmniboxStartMargin() {
- return 0;
-}
-
-} // namespace ios
« no previous file with comments | « ios/public/test/fake_search_provider.h ('k') | ios/public/test/test_chrome_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698