| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 1b36acba973334cb2e7ab0089c7252505e697e26..611ae708148c0ef09a0a103709a50f24a941b474 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -15,6 +15,7 @@
|
| #include "chrome/common/search/ntp_logging_events.h"
|
| #include "chrome/renderer/instant_restricted_id_cache.h"
|
| #include "components/ntp_tiles/tile_source.h"
|
| +#include "components/ntp_tiles/tile_visual_type.h"
|
| #include "components/omnibox/common/omnibox_focus_state.h"
|
| #include "content/public/renderer/render_frame_observer.h"
|
| #include "content/public/renderer/render_frame_observer_tracker.h"
|
| @@ -55,11 +56,13 @@ class SearchBox : public content::RenderFrameObserver,
|
|
|
| // Sends LogMostVisitedImpression to the browser.
|
| void LogMostVisitedImpression(int position,
|
| - ntp_tiles::TileSource tile_source);
|
| + ntp_tiles::TileSource tile_source,
|
| + ntp_tiles::TileVisualType tile_type);
|
|
|
| // Sends LogMostVisitedNavigation to the browser.
|
| void LogMostVisitedNavigation(int position,
|
| - ntp_tiles::TileSource tile_source);
|
| + ntp_tiles::TileSource tile_source,
|
| + ntp_tiles::TileVisualType tile_type);
|
|
|
| // Sends ChromeIdentityCheck to the browser.
|
| void CheckIsUserSignedInToChromeAs(const base::string16& identity);
|
|
|