Index: chrome/renderer/searchbox/searchbox.h |
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h |
index 4858021bf132a11e9a07d789e5d9b7b6340a7684..0b5756a2fafda5817b21c3b53999859ef94b4b5e 100644 |
--- a/chrome/renderer/searchbox/searchbox.h |
+++ b/chrome/renderer/searchbox/searchbox.h |
@@ -34,6 +34,9 @@ class SearchBox : public content::RenderViewObserver, |
// Sends ChromeViewHostMsg_LogImpression to the browser. |
void LogImpression(int position, const base::string16& provider); |
+ // Sends ChromeViewHostMsg_LogNavigation to the browser. |
+ void LogNavigation(int position, const base::string16& provider); |
+ |
// Sends ChromeViewHostMsg_ChromeIdentityCheck to the browser. |
void CheckIsUserSignedInToChromeAs(const base::string16& identity); |