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

Unified Diff: chrome/browser/search_engines/search_terms_data.cc

Issue 14715010: Formatting fix. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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: chrome/browser/search_engines/search_terms_data.cc
diff --git a/chrome/browser/search_engines/search_terms_data.cc b/chrome/browser/search_engines/search_terms_data.cc
index b73335ea9050e73e2771b8af43465fd22a744c36..51e259f41ea6c1d04676e198bcd7edcc7191b6da 100644
--- a/chrome/browser/search_engines/search_terms_data.cc
+++ b/chrome/browser/search_engines/search_terms_data.cc
@@ -143,7 +143,8 @@ std::string UIThreadSearchTermsData::InstantEnabledParam() const {
std::string UIThreadSearchTermsData::InstantExtendedEnabledParam() const {
DCHECK(!BrowserThread::IsWellKnownThread(BrowserThread::UI) ||
BrowserThread::CurrentlyOn(BrowserThread::UI));
- uint64 instant_extended_api_version = chrome::EmbeddedSearchPageVersion();
+ uint64 instant_extended_api_version =
+ chrome::EmbeddedSearchPageVersion(profile_);
if (instant_extended_api_version) {
return std::string(google_util::kInstantExtendedAPIParam) + "=" +
base::Uint64ToString(instant_extended_api_version) + "&";
« no previous file with comments | « chrome/browser/search/search_unittest.cc ('k') | chrome/browser/search_engines/template_url_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698