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

Unified Diff: components/google/core/browser/google_util.h

Issue 2659353002: Fix TemplateUrl::MatchesData comparison of search_terms_replacement_key (reland) (Closed)
Patch Set: Fixed deps Created 3 years, 10 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 | « chrome/browser/search_engines/template_url_service_unittest.cc ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/google/core/browser/google_util.h
diff --git a/components/google/core/browser/google_util.h b/components/google/core/browser/google_util.h
index 53e58bc0e85e2f5699d02b557172eae04bfdd261..d2526b22b381cbef561d025069b9ddf5a0142fdc 100644
--- a/components/google/core/browser/google_util.h
+++ b/components/google/core/browser/google_util.h
@@ -24,6 +24,11 @@ bool HasGoogleSearchQueryParam(base::StringPiece str);
// The query key that identifies a Google Extended API request for Instant.
const char kInstantExtendedAPIParam[] = "espv";
+constexpr char kGoogleInstantExtendedEnabledKey[] =
+ "google:instantExtendedEnabledKey";
+constexpr char kGoogleInstantExtendedEnabledKeyFull[] =
+ "{google:instantExtendedEnabledKey}";
+
GURL LinkDoctorBaseURL();
void SetMockLinkDoctorBaseURLForTesting();
« no previous file with comments | « chrome/browser/search_engines/template_url_service_unittest.cc ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698