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

Unified Diff: chrome/common/notification_type.h

Issue 1763013: Revert 45640 - Send out notifications when logins are changed through Passwor... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 8 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/browser/password_manager/password_store_mac.cc ('k') | no next file » | 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 45660)
+++ chrome/common/notification_type.h (working copy)
@@ -964,14 +964,6 @@
BOOKMARK_CONTEXT_MENU_SHOWN,
#endif
- // Password Store ----------------------------------------------------------
- // This notification is sent whenenever login entries stored in the password
- // store are changed. The detail of this notification is a list of changes
- // represented by a vector of PasswordStoreChange. Each change includes a
- // change type (ADD, UPDATE, or REMOVE) as well as the
- // |webkit_glue::PasswordForm|s that were affected.
- LOGINS_CHANGED,
-
// Count (must be last) ----------------------------------------------------
// Used to determine the number of notification types. Not valid as
// a type parameter when registering for or posting notifications.
« no previous file with comments | « chrome/browser/password_manager/password_store_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698