Home | History | Annotate | Download | only in extensions

Lines Matching defs:MenuManager

218   friend class MenuManager;
272 class MenuManager : public content::NotificationObserver,
273 public base::SupportsWeakPtr<MenuManager>,
280 MenuManager(content::BrowserContext* context, StateStore* store_);
281 virtual ~MenuManager();
283 // Convenience function to get the MenuManager for a browser context.
284 static MenuManager* Get(content::BrowserContext* context);
325 // Notify the MenuManager that an item has been updated not through
326 // an explicit call into MenuManager. For example, if an item is
405 DISALLOW_COPY_AND_ASSIGN(MenuManager);