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

Unified Diff: ios/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.h

Issue 2816353002: Make const versions GetTemplateURLForKeyword, GetTemplateURLForGUID, GetTemplateURLForHost (Closed)
Patch Set: Make definition and declaration order of new functions match Created 3 years, 8 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/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.h
diff --git a/ios/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.h b/ios/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.h
index 38f1e99e7000e6e966413dd1117153b54dc60322..5cd1181653c996ec4415b39c7c800188f7acb5ea 100644
--- a/ios/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.h
+++ b/ios/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.h
@@ -45,7 +45,7 @@ class ChromeOmniboxClientIOS : public OmniboxClient {
AutocompleteClassifier* GetAutocompleteClassifier() override;
gfx::Image GetIconIfExtensionMatch(
const AutocompleteMatch& match) const override;
- bool ProcessExtensionKeyword(TemplateURL* template_url,
+ bool ProcessExtensionKeyword(const TemplateURL* template_url,
const AutocompleteMatch& match,
WindowOpenDisposition disposition,
OmniboxNavigationObserver* observer) override;
« no previous file with comments | « components/search_engines/template_url_service.cc ('k') | ios/chrome/browser/ui/omnibox/chrome_omnibox_client_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698