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

Unified Diff: chrome/browser/search/search.h

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
« no previous file with comments | « no previous file | chrome/browser/search/search.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/search.h
diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
index 5aa81a6334ffbe54eabf63fd6de7b2bf65558f89..470ff12aabe4ca75d95fcec6061abb8941ed1718 100644
--- a/chrome/browser/search/search.h
+++ b/chrome/browser/search/search.h
@@ -35,11 +35,11 @@ bool IsInstantExtendedAPIEnabled();
// Returns the value to pass to the &espv CGI parameter when loading the
// embedded search page from the user's default search provider. Will be
// 0 if the Instant Extended API is not enabled, or if the local-only Instant
-// Extended API is enabled.
-uint64 EmbeddedSearchPageVersion();
+// Extended API is enabled, or if in incognito mode.
+uint64 EmbeddedSearchPageVersion(Profile* profile);
// Returns whether query extraction is enabled.
-bool IsQueryExtractionEnabled();
+bool IsQueryExtractionEnabled(Profile* profile);
// Returns whether the local-only version of Instant Extended API is enabled.
bool IsLocalOnlyInstantExtendedAPIEnabled();
« no previous file with comments | « no previous file | chrome/browser/search/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698