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

Unified Diff: chrome/browser/cocoa/extensions/chevron_menu_button.mm

Issue 3014049: [Mac] Integrate divider into browser-action overflow chevron. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: whitespace. 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
Index: chrome/browser/cocoa/extensions/chevron_menu_button.mm
diff --git a/chrome/browser/cocoa/extensions/chevron_menu_button.mm b/chrome/browser/cocoa/extensions/chevron_menu_button.mm
new file mode 100644
index 0000000000000000000000000000000000000000..37159ae4bc04d87dca7ae5306de1b1b9181ee05c
--- /dev/null
+++ b/chrome/browser/cocoa/extensions/chevron_menu_button.mm
@@ -0,0 +1,15 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/cocoa/extensions/chevron_menu_button.h"
+
+#include "chrome/browser/cocoa/extensions/chevron_menu_button_cell.h"
+
+@implementation ChevronMenuButton
+
++ (Class)cellClass {
+ return [ChevronMenuButtonCell class];
+}
+
+@end
« no previous file with comments | « chrome/browser/cocoa/extensions/chevron_menu_button.h ('k') | chrome/browser/cocoa/extensions/chevron_menu_button_cell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698