Index: chrome/browser/extensions/menu_manager.h |
diff --git a/chrome/browser/extensions/menu_manager.h b/chrome/browser/extensions/menu_manager.h |
index 25feb8f288f2794e37e43d5711637c73909dd3bd..23a922a812775e70cced1f5a08255dce666528bd 100644 |
--- a/chrome/browser/extensions/menu_manager.h |
+++ b/chrome/browser/extensions/menu_manager.h |
@@ -94,9 +94,7 @@ |
VIDEO = 64, |
AUDIO = 128, |
FRAME = 256, |
- LAUNCHER = 512, |
- BROWSER_ACTION = 1024, |
- PAGE_ACTION = 2048 |
+ LAUNCHER = 512 |
}; |
// An item can be only one of these types. |
@@ -169,7 +167,7 @@ |
const Id& id() const { return id_; } |
Id* parent_id() const { return parent_id_.get(); } |
int child_count() const { return children_.size(); } |
- const ContextList& contexts() const { return contexts_; } |
+ ContextList contexts() const { return contexts_; } |
Type type() const { return type_; } |
bool checked() const { return checked_; } |
bool enabled() const { return enabled_; } |