Clear history of Chrome browser

Viewed 2259

How to clear history of chrome browser. For native browser i use following code -

Browser.clearHistory(getContentResolver());

But this does not work for chrome. How can i clear chrome browser history? Is it possible?

2 Answers
Related