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

Unified Diff: chrome/browser/ui/cocoa/constrained_window/cw_window.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_window.h
diff --git a/chrome/browser/ui/cocoa/constrained_window/cw_window.h b/chrome/browser/ui/cocoa/constrained_window/cw_window.h
deleted file mode 100644
index 69909147b8007da08d647a428c6c9a9ecf77e0f9..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/constrained_window/cw_window.h
+++ /dev/null
@@ -1,16 +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_WINDOW_
-#define CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CW_WINDOW_
-
-#import <Cocoa/Cocoa.h>
-
-@interface CWWindow : NSWindow
-
-- (id)initWithContentRect:(NSRect)contentRect;
-
-@end
-
-#endif // CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CW_WINDOW_

Powered by Google App Engine
This is Rietveld 408576698