Index: chrome/browser/ui/cocoa/gradient_button_cell.h |
diff --git a/chrome/browser/ui/cocoa/gradient_button_cell.h b/chrome/browser/ui/cocoa/gradient_button_cell.h |
index 00168f1743f5cd660569bf917a5c76c612fe56db..25fb3c0830523dd69a53180d18f531e997398864 100644 |
--- a/chrome/browser/ui/cocoa/gradient_button_cell.h |
+++ b/chrome/browser/ui/cocoa/gradient_button_cell.h |
@@ -106,9 +106,6 @@ typedef enum { |
// Actually fetches current mouse position and does a hit test. |
- (BOOL)isMouseReallyInside; |
-// Returns the offset of the start of the text in the cell. |
-- (CGFloat)textStartXOffset; |
- |
// Defines the top offset of text within the cell. Used by drawTitle and can |
// be overriden by objects that inherit this class for placement of text. |
- (int)verticalTextOffset; |