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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 225093019: Zoom Extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 3805fbcb506a98821a5fbccc02ae72e0a106cda6..ced7254a0105f9933634fee476aeb30c90c1f583 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -167,6 +167,11 @@ enum NotificationType {
// the WebContents containing the NavigationController is destroyed.
NOTIFICATION_TAB_CLOSING,
+ // Sent when ZoomController receives an update that the zoom change for a tab
+ // has completed. The source is a source<ZoomController>. The details contains
+ // the |zoom_id| of the zoom change.
+ NOTIFICATION_TAB_ZOOM_CHANGE_COMPLETE,
+
// Stuff inside the tabs ---------------------------------------------------
// This notification is sent when the result of a find-in-page search is

Powered by Google App Engine
This is Rietveld 408576698