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

Unified Diff: chrome/browser/cocoa/toolbar_button_cell.h

Issue 1762012: Mac: Remove ToolbarButtonCell (and associated files). (Closed)
Patch Set: Created 10 years, 8 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/toolbar_button_cell.h
diff --git a/chrome/browser/cocoa/toolbar_button_cell.h b/chrome/browser/cocoa/toolbar_button_cell.h
deleted file mode 100644
index c382ff7feb323c7889aaf4c8d60452851f3f0b73..0000000000000000000000000000000000000000
--- a/chrome/browser/cocoa/toolbar_button_cell.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright (c) 2009 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.
-
-#ifndef CHROME_BROWSER_COCOA_TOOLBAR_BUTTON_CELL_H_
-#define CHROME_BROWSER_COCOA_TOOLBAR_BUTTON_CELL_H_
-
-#import <Cocoa/Cocoa.h>
-#import "chrome/browser/cocoa/clickhold_button_cell.h"
-
-// A button cell for the toolbar.
-
-// TODO(jrg): Why have a class at all when the base class does it all?
-// I anticipate making changes for extensions. Themes may also
-// require changes. I don't yet know if those will be common across
-// the toolbar and bookmark bar or not. The initial CL which made
-// this empty was the use of the base class for both toolbar and
-// bookmark bar button cells. It seems wasteful to remove the files
-// then add them back in soon after.
-// TODO(jrg): If no differences come up, remove this file and use
-// the base class explicitly for both the toolbar and bookmark bar.
-
-@interface ToolbarButtonCell : ClickHoldButtonCell {
-}
-@end
-
-#endif // CHROME_BROWSER_COCOA_TOOLBAR_BUTTON_CELL_H_
« no previous file with comments | « chrome/browser/cocoa/extensions/browser_action_button.h ('k') | chrome/browser/cocoa/toolbar_button_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698