Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3907)

Unified Diff: chrome/browser/wrench_menu_model.h

Issue 3008010: [Mac] Minor tweaks to the Wrench menu. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: nits Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/cocoa/wrench_menu_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/wrench_menu_model.h
diff --git a/chrome/browser/wrench_menu_model.h b/chrome/browser/wrench_menu_model.h
index b7dc7241b5bb86d31f4ce669f40fddde93cf8081..473888d3852c7c9242dc9567f5f33ca619d0eafc 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;
« no previous file with comments | « chrome/browser/cocoa/wrench_menu_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698