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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 7967024: Profile shouldn't own PersonalDataManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addresses isherman #11 Created 9 years, 3 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_browser.gypi ('k') | chrome/test/base/profile_mock.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 50af95a9e51ef8a9cdc4cd83dc43a0484e634aa0..f03e1cf6e0c1d8253c28b471288d1456ef4e0b51 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -573,6 +573,10 @@ enum NotificationType {
// WebDatabase. The detail is an AutofillCreditCardChange.
NOTIFICATION_AUTOFILL_CREDIT_CARD_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,
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/profile_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698