Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7194)

Unified Diff: chrome/browser/history/history.h

Issue 342048: Show a warning when the history files can't be read correctly.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/history.h
===================================================================
--- chrome/browser/history/history.h (revision 30544)
+++ chrome/browser/history/history.h (working copy)
@@ -613,9 +613,9 @@
// database is loaded to make it available.
void SetInMemoryBackend(history::InMemoryHistoryBackend* mem_backend);
- // Called by our BackendDelegate when the database version is too new to be
- // read properly.
- void NotifyTooNew();
+ // Called by our BackendDelegate when there is a problem reading the database.
+ // |message_id| is the relevant message in the string table to display.
+ void NotifyProfileError(int message_id);
// Call to schedule a given task for running on the history thread with the
// specified priority. The task will have ownership taken.

Powered by Google App Engine
This is Rietveld 408576698