diff options
Diffstat (limited to 'ios')
-rw-r--r-- | ios/chrome/browser/history/history_client_impl.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ios/chrome/browser/history/history_client_impl.cc b/ios/chrome/browser/history/history_client_impl.cc index 1765711..bf88bc3 100644 --- a/ios/chrome/browser/history/history_client_impl.cc +++ b/ios/chrome/browser/history/history_client_impl.cc @@ -59,9 +59,6 @@ bool HistoryClientImpl::CanAddURL(const GURL& url) { } void HistoryClientImpl::NotifyProfileError(sql::InitStatus init_status) { - // TODO(ios): error while loading the History database are not reported to - // the user on iOS. http://crbug.com/504834 - NOTIMPLEMENTED(); } scoped_ptr<history::HistoryBackendClient> |