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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10837244: Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Tweak suppression. Created 8 years, 4 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/chrome_notification_types.h
===================================================================
--- chrome/common/chrome_notification_types.h (revision 151481)
+++ chrome/common/chrome_notification_types.h (working copy)
@@ -318,6 +318,13 @@
// The details are none and the source is a Profile*.
NOTIFICATION_PROFILE_URL_REQUEST_CONTEXT_GETTER_INITIALIZED,
+ // HistoryQuickProvider and InMemoryURLIndex -------------------------------
+
+ // Sent when an update operation to the InMemoryURLCacheDatabase fails
+ // indicating that the database is probably corrupt. The source is the
+ // instance of the InMemoryURLCacheDatabase. Details is not used.
+ NOTIFICATION_IN_MEMORY_URL_CACHE_DATABASE_FAILURE,
+
// TopSites ----------------------------------------------------------------
// Sent by TopSites when it finishes loading. The source is the profile the

Powered by Google App Engine
This is Rietveld 408576698