summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 20:19:13 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 20:19:13 +0000
commite81dba3039c19788d9fb58038816430078db7fd9 (patch)
treee10de1c875e1a93f02d95bb6650ae7055edef5c8 /chrome/common
parent40b5462b21d0c41ef6acc57a9da7ba5c3d44c0fe (diff)
downloadchromium_src-e81dba3039c19788d9fb58038816430078db7fd9.zip
chromium_src-e81dba3039c19788d9fb58038816430078db7fd9.tar.gz
chromium_src-e81dba3039c19788d9fb58038816430078db7fd9.tar.bz2
part 3 of toolstrip dragging - persist the drag order
Also notify other browser windows of changes to the order. BUG=http://code.google.com/p/chromium/issues/detail?id=12123 TEST=browser_tests.exe --gtest_filter=ExtensionShelfModelTest.* Review URL: http://codereview.chromium.org/131114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index d4ced73..0ee474a 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -600,6 +600,9 @@ class NotificationType {
// and is fully functional. The details are an ExtensionHost*.
EXTENSION_PROCESS_RESTORED,
+ // Sent when the contents or order of toolstrips in the shelf model change.
+ EXTENSION_SHELF_MODEL_CHANGED,
+
// Debugging ---------------------------------------------------------------
// Sent from ~RenderViewHost. The source is the RenderViewHost.