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

Unified Diff: chrome/browser/google/google_util.h

Issue 12319124: Enable query extraction for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/google/google_util.h
diff --git a/chrome/browser/google/google_util.h b/chrome/browser/google/google_util.h
index 609ee6634e1e0404328b23100d66824b619eedb4..d5baffd8be87cead3a924fa368534b82ca04594c 100644
--- a/chrome/browser/google/google_util.h
+++ b/chrome/browser/google/google_util.h
@@ -21,6 +21,10 @@ namespace google_util {
// The query key that identifies a Google Extended API request for Instant.
const char kInstantExtendedAPIParam[] = "espv";
+#if defined(OS_IOS) || defined(OS_ANDROID)
+const char kInstantExtendedDefaultAPIVersion[] = "1";
+#endif
+
GURL LinkDoctorBaseURL();
void SetMockLinkDoctorBaseURLForTesting();

Powered by Google App Engine
This is Rietveld 408576698