Chromium Code Reviews| Index: chrome/browser/google/google_util.h |
| diff --git a/chrome/browser/google/google_util.h b/chrome/browser/google/google_util.h |
| index 3e6a0fc4c33b8a37272a0d2468be8167357fd2af..d773570e45a405c41d5e3c63b7fc01fab4e77ea6 100644 |
| --- a/chrome/browser/google/google_util.h |
| +++ b/chrome/browser/google/google_util.h |
| @@ -66,6 +66,9 @@ bool IsGoogleHostname(const std::string& host, SubdomainPermission permission); |
| bool IsGoogleHomePageUrl(const std::string& url); |
| // True if |url| represents a valid Google search URL. |
| bool IsGoogleSearchUrl(const std::string& url); |
| +// True if |url| represents a valid Google embedded search URL. Used for |
| +// the Instant extended API. |
| +bool IsEmbeddedGoogleSearchUrl(const std::string& url); |
|
Ilya Sherman
2012/06/21 17:46:58
nit: The notion of "embedded search" is not very c
dhollowa
2012/06/21 22:16:43
Agreed. I've renamed to use the "Instant Extended
|
| // True if a build is strictly organic, according to its brand code. |
| bool IsOrganic(const std::string& brand); |