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

Unified Diff: chrome/common/notification_type.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/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 30544)
+++ chrome/common/notification_type.h (working copy)
@@ -518,9 +518,10 @@
// history_notifications.h).
FAVICON_CHANGED,
- // Sent by history if the history database is too new. The active browser
- // window should notify the user of this error.
- HISTORY_TOO_NEW,
+ // Sent by history if there is a problem reading the profile. The details
+ // is an int that's one of the message IDs in the string table. The active
+ // browser window should notify the user of this error.
+ PROFILE_ERROR,
// Thumbnails---------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698