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

Side by Side Diff: chrome/common/chrome_notification_types.h

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years 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/common/autofill_messages.h ('k') | chrome/renderer/DEPS » ('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/public/browser/notification_types.h" 9 #include "content/public/browser/notification_types.h"
10 10
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 // Sent when the instant loader determines whether the page supports the 875 // Sent when the instant loader determines whether the page supports the
876 // instant API or not. The details is a boolean indicating if the page 876 // instant API or not. The details is a boolean indicating if the page
877 // supports instant. The source is not used. 877 // supports instant. The source is not used.
878 NOTIFICATION_INSTANT_SUPPORT_DETERMINED, 878 NOTIFICATION_INSTANT_SUPPORT_DETERMINED,
879 879
880 // Password Store ---------------------------------------------------------- 880 // Password Store ----------------------------------------------------------
881 // This notification is sent whenenever login entries stored in the password 881 // This notification is sent whenenever login entries stored in the password
882 // store are changed. The detail of this notification is a list of changes 882 // store are changed. The detail of this notification is a list of changes
883 // represented by a vector of PasswordStoreChange. Each change includes a 883 // represented by a vector of PasswordStoreChange. Each change includes a
884 // change type (ADD, UPDATE, or REMOVE) as well as the 884 // change type (ADD, UPDATE, or REMOVE) as well as the
885 // |webkit_glue::PasswordForm|s that were affected. 885 // |webkit::forms::PasswordForm|s that were affected.
886 NOTIFICATION_LOGINS_CHANGED, 886 NOTIFICATION_LOGINS_CHANGED,
887 887
888 // Sent when an import process has ended. 888 // Sent when an import process has ended.
889 NOTIFICATION_IMPORT_FINISHED, 889 NOTIFICATION_IMPORT_FINISHED,
890 890
891 // Sent when the applications in the NTP app launcher have been reordered. 891 // Sent when the applications in the NTP app launcher have been reordered.
892 NOTIFICATION_EXTENSION_LAUNCHER_REORDERED, 892 NOTIFICATION_EXTENSION_LAUNCHER_REORDERED,
893 893
894 // Sent when an app is installed and an NTP has been shown. Source is the 894 // Sent when an app is installed and an NTP has been shown. Source is the
895 // TabContents that was shown, and Details is the string ID of the extension 895 // TabContents that was shown, and Details is the string ID of the extension
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 // Currently only Content and Chrome define and use notifications. 997 // Currently only Content and Chrome define and use notifications.
998 // Custom notifications not belonging to Content and Chrome should start 998 // Custom notifications not belonging to Content and Chrome should start
999 // from here. 999 // from here.
1000 NOTIFICATION_CHROME_END, 1000 NOTIFICATION_CHROME_END,
1001 }; 1001 };
1002 1002
1003 } // namespace chrome 1003 } // namespace chrome
1004 1004
1005 1005
1006 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 1006 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
OLDNEW
« no previous file with comments | « chrome/common/autofill_messages.h ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698