summaryrefslogtreecommitdiffstats
path: root/chrome/browser/wrench_menu_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/wrench_menu_model.h')
-rw-r--r--chrome/browser/wrench_menu_model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/wrench_menu_model.h b/chrome/browser/wrench_menu_model.h
index b7dc724..473888d 100644
--- a/chrome/browser/wrench_menu_model.h
+++ b/chrome/browser/wrench_menu_model.h
@@ -78,6 +78,9 @@ class WrenchMenuModel : public menus::SimpleMenuModel,
const NotificationSource& source,
const NotificationDetails& details);
+ // Getters.
+ Browser* browser() const { return browser_; }
+
private:
// Testing constructor used for mocking.
friend class ::MockWrenchMenuModel;