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

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: rebase Created 7 years, 10 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 | « content/public/browser/host_zoom_map.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index ced9dcfc6f7ef6dbefc39913359c3b90c6ff328a..4c3bd7153e5722169a89ea6c6835aeb6993d8bb6 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -336,11 +336,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,
};
« no previous file with comments | « content/public/browser/host_zoom_map.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698