Fix reset most visited sites functionality. 26/49026/8 accepted/tizen/tv/20151006.042220 submit/tizen_tv/20151006.003037
authorDariusz Frankiewicz <d.frankiewic@samsung.com>
Mon, 5 Oct 2015 09:00:32 +0000 (11:00 +0200)
committerDariusz Frankiewicz <d.frankiewic@samsung.com>
Mon, 5 Oct 2015 13:03:56 +0000 (15:03 +0200)
commitf739be2f00610911f11c98306fd2f3c0602f25ef
treef20a15c713461bfe82774037a762084548b165f0
parentd5affe368a740f9dd263acfa54235c32b5bbf723
Fix reset most visited sites functionality.

[Issue]    https://bugs.tizen.org/jira/browse/TT-175
[Problem]  Reset most visited sites isn't working.
[Cause]    Not implemented.
[Solution] Implemented setting site visit counter to 0 and
           displaying only sites with counter grater then 0.
[Verify]   Visit some sites, go to settings, press Reset Most Visted
           Sites button, check if on new tab most visited sites are empty.

Change-Id: I05d44043744a1b7859b23df282dfb53745fb894d
Signed-off-by: Dariusz Frankiewicz <d.frankiewic@samsung.com>
services/HistoryService/HistoryService.cpp
services/HistoryService/HistoryService.h
services/SimpleUI/SimpleUI.cpp