diff options
author | sdefresne <sdefresne@chromium.org> | 2015-07-01 09:52:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-01 16:53:43 +0000 |
commit | a8896cd21606f319c072e077a3745619e4b64d1e (patch) | |
tree | b640da9891a8efe67e8e78169ff8d91090eb51fb /ios | |
parent | 5550462d00cdc809f01b18fbafc4d6cc4da150ff (diff) | |
download | chromium_src-a8896cd21606f319c072e077a3745619e4b64d1e.zip chromium_src-a8896cd21606f319c072e077a3745619e4b64d1e.tar.gz chromium_src-a8896cd21606f319c072e077a3745619e4b64d1e.tar.bz2 |
No need to report error loading the history database on iOS
BUG=504834
Review URL: https://codereview.chromium.org/1220723003
Cr-Commit-Position: refs/heads/master@{#337043}
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> |