Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / history / core / browser / history_client.cc
index 97e893f..2dba777 100644 (file)
@@ -19,6 +19,10 @@ void HistoryClient::GetBookmarks(std::vector<URLAndTitle>* bookmarks) {
 void HistoryClient::NotifyProfileError(sql::InitStatus init_status) {
 }
 
+bool HistoryClient::ShouldReportDatabaseError() {
+  return false;
+}
+
 HistoryClient::HistoryClient() {
 }