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

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

Issue 10644002: Add core plumbing for Instant Extended work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Header Created 8 years, 6 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/google/google_util.cc » ('j') | chrome/browser/google/google_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/google/google_util.cc » ('j') | chrome/browser/google/google_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698