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

Unified Diff: chrome/browser/ui/cocoa/constrained_window/cw_button.h

Issue 10870094: Constrained window sheet controller (test patch) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename Created 8 years, 4 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/ui/cocoa/constrained_window/cw_button.h
diff --git a/chrome/browser/ui/cocoa/constrained_window/cw_button.h b/chrome/browser/ui/cocoa/constrained_window/cw_button.h
deleted file mode 100644
index 1acbe8353d6a7bd853ed2d16c93c1776108d2e9d..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/constrained_window/cw_button.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 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_UI_COCOA_CONSTRAINED_WINDOW_CW_BUTTON_
-#define CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CW_BUTTON_
-
-#import <Cocoa/Cocoa.h>
-
-#import "chrome/browser/ui/cocoa/tracking_area.h"
-
-// A push button for use in a constrained window.
-@interface CWButton : NSButton {
- @private
- ScopedCrTrackingArea trackingArea_;
-}
-
-@end
-
-@interface CWButtonCell : NSButtonCell {
- @private
- BOOL isMouseInside_;
-}
-
-@property(nonatomic,assign) BOOL isMouseInside;
-
-@end
-
-
-#endif // CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CW_BUTTON_

Powered by Google App Engine
This is Rietveld 408576698