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

Unified Diff: chrome/common/notification_type.h

Issue 3129003: remove toolstrips (Closed)
Patch Set: merge Created 10 years, 4 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/common/extensions/extension_constants.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 7c19c9e90fa34f86cb281f34ab1e241a23106f19..f07cb59d4d0cfad857359fd6e64364f1a4b7305e 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -476,11 +476,6 @@ class NotificationType {
// NoDetails.
BOOKMARK_BAR_VISIBILITY_PREF_CHANGED,
- // This is sent when the user's preference (for when the extension shelf
- // should be shown) changes. The source is the profile, and the details are
- // NoDetails.
- EXTENSION_SHELF_VISIBILITY_PREF_CHANGED,
-
// Sent just before the installation confirm dialog is shown. The source
// is the ExtensionInstallUI, the details are NoDetails.
EXTENSION_WILL_SHOW_CONFIRM_DIALOG,
@@ -845,9 +840,6 @@ class NotificationType {
// during browser shutdown.
EXTENSION_PROCESS_TERMINATED,
- // Sent when the contents or order of toolstrips in the shelf model change.
- EXTENSION_SHELF_MODEL_CHANGED,
-
// Sent when a background page is ready so other components can load.
EXTENSION_BACKGROUND_PAGE_READY,
« no previous file with comments | « chrome/common/extensions/extension_constants.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698