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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 11413018: alternate ntp: implement searchbox api for instant overlay to adopt themes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed scott's comments Created 8 years, 1 month 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
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 90e8f18f991abfb5024ee317955c89ae652301bf..fc387c69a13db234875e3a99fb736a1f316fe9d7 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1244,12 +1244,6 @@ 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

Powered by Google App Engine
This is Rietveld 408576698