Index: chrome/browser/chromeos/dom_ui/network_menu_ui.h |
diff --git a/chrome/browser/chromeos/dom_ui/network_menu_ui.h b/chrome/browser/chromeos/dom_ui/network_menu_ui.h |
index 4560c9c855122e6278f4baf7d30940b2b0401f8f..67027c8072256a542d3643623eddb9115448edf8 100644 |
--- a/chrome/browser/chromeos/dom_ui/network_menu_ui.h |
+++ b/chrome/browser/chromeos/dom_ui/network_menu_ui.h |
@@ -25,7 +25,8 @@ class NetworkMenuUI : public MenuUI { |
// A callback method that is invoked when the JavaScript wants |
// to invoke an action in the model. |
// By convention the first member of 'values' describes the action. |
- void ModelAction(const menus::MenuModel* model, |
+ // Returns true if the menu should be closed. |
+ bool ModelAction(const menus::MenuModel* model, |
const ListValue* values); |
// MenuUI overrides |