summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_toolbar_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_toolbar_model.h')
-rw-r--r--chrome/browser/extensions/extension_toolbar_model.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_toolbar_model.h b/chrome/browser/extensions/extension_toolbar_model.h
index 3889f3d..1718050 100644
--- a/chrome/browser/extensions/extension_toolbar_model.h
+++ b/chrome/browser/extensions/extension_toolbar_model.h
@@ -76,6 +76,12 @@ class ExtensionToolbarModel : public NotificationObserver {
// Ordered list of browser action buttons.
ExtensionList toolitems_;
+ // Keeps track of what the last extension to get disabled was.
+ std::string last_extension_removed_;
+
+ // Keeps track of where the last extension to get disabled was in the list.
+ size_t last_extension_removed_index_;
+
NotificationRegistrar registrar_;
};