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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10910232: SearchViewController needs more tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Spelling Created 8 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/browser/ui/views/search_view_controller_browsertest.cc ('k') | no next file » | 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 9cdccc866e7eebc4e045618914c24ea2822c1a9a..29297057a49d3b1920c7b8bc98c9f9edcf50b966 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1251,6 +1251,12 @@ enum NotificationType {
// if it is leaving.
NOTIFICATION_CONTENT_BLOCKED_STATE_CHANGED,
+ // SearchViewController.
+ // Sent when animations initiated by search view controller complete.
+ // The source is the SearchViewController whose animation is finished.
+ // No details.
+ NOTIFICATION_SEARCH_VIEW_CONTROLLER_ANIMATION_FINISHED,
+
// Note:-
// Currently only Content and Chrome define and use notifications.
// Custom notifications not belonging to Content and Chrome should start
« no previous file with comments | « chrome/browser/ui/views/search_view_controller_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698