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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 12476031: Refactor notifications of chrome/browser/webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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_unit.gypi ('k') | chrome/test/base/thread_observer_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index fb00b8dd0d4701fcdf28214f662d9d0d4757e3f7..e959fa18cf61f7f6ba0cd48eeb25370bad3e7d50 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -705,27 +705,6 @@ enum NotificationType {
// balloon host (the pointer is usable). No details are expected.
NOTIFICATION_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
- // includes a change type (add, update, or remove) as well as the
- // key of the entry that was affected.
- NOTIFICATION_AUTOFILL_ENTRIES_CHANGED,
-
- // Sent when an AutofillProfile has been added/removed/updated in the
- // WebDatabase. The detail is an AutofillProfileChange.
- NOTIFICATION_AUTOFILL_PROFILE_CHANGED,
-
- // Sent when multiple Autofill entries have been modified by Sync.
- // The source is the WebDataService in use by Sync. No details are specified.
- NOTIFICATION_AUTOFILL_MULTIPLE_CHANGED,
-
- // This notification is sent whenever the web database service has finished
- // loading the web database. No details are expected.
- NOTIFICATION_WEB_DATABASE_LOADED,
-
// Upgrade notifications ---------------------------------------------------
// Sent when Chrome believes an update has been installed and available for
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/base/thread_observer_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698