Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / menu / menu_delegate.h
index 7f4b74f..fafccd7 100644 (file)
@@ -121,6 +121,7 @@ class VIEWS_EXPORT MenuDelegate {
   // Controller
   virtual bool SupportsCommand(int id) const;
   virtual bool IsCommandEnabled(int id) const;
+  virtual bool IsCommandVisible(int id) const;
   virtual bool GetContextualLabel(int id, base::string16* out) const;
   virtual void ExecuteCommand(int id) {
   }