Index: chrome/browser/google/google_util.h |
diff --git a/chrome/browser/google/google_util.h b/chrome/browser/google/google_util.h |
index 8037ebde07a8f4e5294a0e7667b84465ad686b7a..bd4b9c0f35c1f9647f9c49b9c5c0abeda4410d41 100644 |
--- a/chrome/browser/google/google_util.h |
+++ b/chrome/browser/google/google_util.h |
@@ -10,9 +10,14 @@ |
#include <string> |
#include "base/basictypes.h" |
+#include "components/google/core/browser/google_search_metrics.h" |
class GURL; |
+namespace content { |
+class NavigationEntry; |
+} |
+ |
// This namespace provides various helpers around handling Google-related URLs. |
namespace google_util { |
@@ -109,6 +114,9 @@ bool IsYoutubeDomainUrl(const GURL& url, |
SubdomainPermission subdomain_permission, |
PortPermission port_permission); |
+GoogleSearchMetrics::AccessPoint GetGoogleSearchAccessPointForNavEntry( |
Peter Kasting
2014/06/19 21:20:33
Nit: Comment? The name and comment of the functio
kmadhusu
2014/06/19 22:52:49
Done.
|
+ const content::NavigationEntry& entry); |
+ |
} // namespace google_util |
#endif // CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_H__ |