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

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: 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/provider/chrome/browser/search_provider.h ('k') | ios/public/test/fake_search_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 61046b8504df457a6b97695bfee3a04b9fb03535..0000000000000000000000000000000000000000
--- a/ios/public/test/fake_search_provider.h
+++ /dev/null
@@ -1,29 +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.
-
-#ifndef IOS_PUBLIC_TEST_FAKE_SEARCH_PROVIDER_H_
-#define IOS_PUBLIC_TEST_FAKE_SEARCH_PROVIDER_H_
-
-#include "ios/public/provider/chrome/browser/search_provider.h"
-
-namespace ios {
-
-class FakeSearchProvider : public ios::SearchProvider {
- public:
- FakeSearchProvider();
- ~FakeSearchProvider() override;
-
- private:
- // ios::SearchProvider implementation.
- bool IsQueryExtractionEnabled() override;
- std::string InstantExtendedEnabledParam(bool for_search) override;
- std::string ForceInstantResultsParam(bool for_prerender) override;
- int OmniboxStartMargin() override;
-
- DISALLOW_COPY_AND_ASSIGN(FakeSearchProvider);
-};
-
-} // namespace ios
-
-#endif // IOS_PUBLIC_TEST_FAKE_SEARCH_PROVIDER_H_
« no previous file with comments | « ios/public/provider/chrome/browser/search_provider.h ('k') | ios/public/test/fake_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698