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

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

Issue 342053002: Add UMA metrics for Android Chrome Google Search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 6 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
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__

Powered by Google App Engine
This is Rietveld 408576698