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

Unified Diff: content/public/browser/notification_types.h

Issue 12039058: content: convert zoom notifications to observer usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 281a960cd0d3c84049744753461d608a6a3d79f9..576894e483fb4be499efde1b4d1dae14a296b485 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -357,11 +357,6 @@ enum NotificationType {
// The source is a NavigationController.
NOTIFICATION_REPOST_WARNING_SHOWN,
- // Sent when the zoom level changes. The source is the HostZoomMap. The
- // details is a string of the hostname for which the zoom changed. In case
- // of a temporary zoom level change, the details is an empty string.
- NOTIFICATION_ZOOM_LEVEL_CHANGED,
-
// Custom notifications used by the embedder should start from here.
NOTIFICATION_CONTENT_END,
};
« content/public/browser/host_zoom_map.h ('K') | « content/public/browser/host_zoom_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698