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

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: Rebase Created 5 years, 5 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
« components/search/search.cc ('K') | « ios/public/test/fake_search_provider.h ('k') | no next file » | 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
index 6f252af6e81a5f1756fddfd39dd23d31cc5de557..fc59d465ea92d003edfed652b69af20870c5fe7b 100644
--- a/ios/public/test/fake_search_provider.cc
+++ b/ios/public/test/fake_search_provider.cc
@@ -12,22 +12,6 @@ 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;
-}
-
std::string FakeSearchProvider::GoogleImageSearchSource() {
return std::string();
}
« components/search/search.cc ('K') | « ios/public/test/fake_search_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698