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

Side by Side Diff: ios/chrome/browser/search_engines/ui_thread_search_terms_data.h

Issue 1609293003: Removing WKWebViewSearchParam (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_CHROME_BROWSER_SEARCH_ENGINES_UI_THREAD_SEARCH_TERMS_DATA_H_ 5 #ifndef IOS_CHROME_BROWSER_SEARCH_ENGINES_UI_THREAD_SEARCH_TERMS_DATA_H_
6 #define IOS_CHROME_BROWSER_SEARCH_ENGINES_UI_THREAD_SEARCH_TERMS_DATA_H_ 6 #define IOS_CHROME_BROWSER_SEARCH_ENGINES_UI_THREAD_SEARCH_TERMS_DATA_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/threading/thread_checker.h" 9 #include "base/threading/thread_checker.h"
10 #include "components/search_engines/search_terms_data.h" 10 #include "components/search_engines/search_terms_data.h"
(...skipping 10 matching lines...) Expand all
21 21
22 // SearchTermsData implementation. 22 // SearchTermsData implementation.
23 std::string GoogleBaseURLValue() const override; 23 std::string GoogleBaseURLValue() const override;
24 std::string GetApplicationLocale() const override; 24 std::string GetApplicationLocale() const override;
25 base::string16 GetRlzParameterValue(bool from_app_list) const override; 25 base::string16 GetRlzParameterValue(bool from_app_list) const override;
26 std::string GetSearchClient() const override; 26 std::string GetSearchClient() const override;
27 std::string GetSuggestClient() const override; 27 std::string GetSuggestClient() const override;
28 std::string GetSuggestRequestIdentifier() const override; 28 std::string GetSuggestRequestIdentifier() const override;
29 std::string InstantExtendedEnabledParam(bool for_search) const override; 29 std::string InstantExtendedEnabledParam(bool for_search) const override;
30 std::string ForceInstantResultsParam(bool for_prerender) const override; 30 std::string ForceInstantResultsParam(bool for_prerender) const override;
31 std::string IOSWebViewTypeParam() const override;
32 std::string GoogleImageSearchSource() const override; 31 std::string GoogleImageSearchSource() const override;
33 32
34 private: 33 private:
35 base::ThreadChecker thread_checker_; 34 base::ThreadChecker thread_checker_;
36 ios::ChromeBrowserState* browser_state_; 35 ios::ChromeBrowserState* browser_state_;
37 36
38 DISALLOW_COPY_AND_ASSIGN(UIThreadSearchTermsData); 37 DISALLOW_COPY_AND_ASSIGN(UIThreadSearchTermsData);
39 }; 38 };
40 39
41 } // namespace ios 40 } // namespace ios
42 41
43 #endif // IOS_CHROME_BROWSER_SEARCH_ENGINES_UI_THREAD_SEARCH_TERMS_DATA_H_ 42 #endif // IOS_CHROME_BROWSER_SEARCH_ENGINES_UI_THREAD_SEARCH_TERMS_DATA_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/search_engines/ui_thread_search_terms_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698