summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-07-01 09:52:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-01 16:53:43 +0000
commita8896cd21606f319c072e077a3745619e4b64d1e (patch)
treeb640da9891a8efe67e8e78169ff8d91090eb51fb /ios
parent5550462d00cdc809f01b18fbafc4d6cc4da150ff (diff)
downloadchromium_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.cc3
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>