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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 1152613003: Implement sidebar support for extension action popups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 424dbd751ba8a4182eb4ba2ba5aa91d9ad24966f..12f761ff0988ae19bd4d7da07142ce7558eb73d5 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -340,6 +340,13 @@ enum NotificationType {
// content::WebContents object, the details are None.
NOTIFICATION_WEB_CONTENT_SETTINGS_CHANGED,
+ // Sidebar -----------------------------------------------------------------
Devlin 2015/05/27 16:51:05 We're working "hard" (read: we really want to, but
+
+ // Sent when the sidebar state is changed.
+ // The source is a SidebarManager instance, the details are the changed
+ // SidebarContainer object.
+ NOTIFICATION_SIDEBAR_CHANGED,
+
// Sync --------------------------------------------------------------------
// The sync service has finished the datatype configuration process. The

Powered by Google App Engine
This is Rietveld 408576698