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

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

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
Index: ios/public/test/fake_search_provider.h
diff --git a/ios/public/test/fake_search_provider.h b/ios/public/test/fake_search_provider.h
index 04879510d46cd1608827e657e6a6d985fce9cbf8..2b5cac33d6bfe390a3587bb08a1eefe0dd7a5633 100644
--- a/ios/public/test/fake_search_provider.h
+++ b/ios/public/test/fake_search_provider.h
@@ -16,10 +16,6 @@ class FakeSearchProvider : public ios::SearchProvider {
private:
// ios::SearchProvider implementation.
- bool IsQueryExtractionEnabled() override;
- std::string InstantExtendedEnabledParam(bool for_search) override;
- std::string ForceInstantResultsParam(bool for_prerender) override;
- int OmniboxStartMargin() override;
std::string GoogleImageSearchSource() override;
DISALLOW_COPY_AND_ASSIGN(FakeSearchProvider);

Powered by Google App Engine
This is Rietveld 408576698