| 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();
|
|
|
|
|