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

Unified Diff: chrome/common/notification_type.h

Issue 545175: Add the ability to save and remove AutoFill profiles from the AutoFillDialog.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 36778)
+++ chrome/common/notification_type.h (working copy)
@@ -779,6 +779,8 @@
// (the pointer is usable). No details are expected.
NOTIFY_BALLOON_DISCONNECTED,
+ // Web Database Service ----------------------------------------------------
+
// This notification is sent whenever autofill entries are
// changed. The detail of this notification is a list of changes
// represented by a vector of AutofillChange. Each change
@@ -786,6 +788,10 @@
// key of the entry that was affected.
AUTOFILL_ENTRIES_CHANGED,
+ // This notification is sent whenever the web database service has finished
+ // loading the web database. No details are expected.
+ WEB_DATABASE_LOADED,
+
// Purge Memory ------------------------------------------------------------
// Sent on the IO thread when the system should try to reduce the amount of
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698