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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/profile_mock.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
7 #pragma once 7 #pragma once
8 8
9 #include "content/common/content_notification_types.h" 9 #include "content/common/content_notification_types.h"
10 10
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 NOTIFICATION_AUTOFILL_ENTRIES_CHANGED, 566 NOTIFICATION_AUTOFILL_ENTRIES_CHANGED,
567 567
568 // Sent when an AutofillProfile has been added/removed/updated in the 568 // Sent when an AutofillProfile has been added/removed/updated in the
569 // WebDatabase. The detail is an AutofillProfileChange. 569 // WebDatabase. The detail is an AutofillProfileChange.
570 NOTIFICATION_AUTOFILL_PROFILE_CHANGED, 570 NOTIFICATION_AUTOFILL_PROFILE_CHANGED,
571 571
572 // Sent when an Autofill CreditCard has been added/removed/updated in the 572 // Sent when an Autofill CreditCard has been added/removed/updated in the
573 // WebDatabase. The detail is an AutofillCreditCardChange. 573 // WebDatabase. The detail is an AutofillCreditCardChange.
574 NOTIFICATION_AUTOFILL_CREDIT_CARD_CHANGED, 574 NOTIFICATION_AUTOFILL_CREDIT_CARD_CHANGED,
575 575
576 // Sent when multiple Autofill entries have been modified by Sync.
577 // The source is the WebDataService in use by Sync. No details are specified.
578 NOTIFICATION_AUTOFILL_MULTIPLE_CHANGED,
579
576 // This notification is sent whenever the web database service has finished 580 // This notification is sent whenever the web database service has finished
577 // loading the web database. No details are expected. 581 // loading the web database. No details are expected.
578 NOTIFICATION_WEB_DATABASE_LOADED, 582 NOTIFICATION_WEB_DATABASE_LOADED,
579 583
580 // Upgrade notifications --------------------------------------------------- 584 // Upgrade notifications ---------------------------------------------------
581 585
582 // Sent when Chrome believes an update has been installed and available for 586 // Sent when Chrome believes an update has been installed and available for
583 // long enough with the user shutting down to let it take effect. See 587 // long enough with the user shutting down to let it take effect. See
584 // upgrade_detector.cc for details on how long it waits. No details are 588 // upgrade_detector.cc for details on how long it waits. No details are
585 // expected. 589 // expected.
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 // Currently only Content and Chrome define and use notifications. 911 // Currently only Content and Chrome define and use notifications.
908 // Custom notifications not belonging to Content and Chrome should start 912 // Custom notifications not belonging to Content and Chrome should start
909 // from here. 913 // from here.
910 NOTIFICATION_CHROME_END, 914 NOTIFICATION_CHROME_END,
911 }; 915 };
912 916
913 } // namespace chrome 917 } // namespace chrome
914 918
915 919
916 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 920 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
OLDNEW
« 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