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

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

Issue 2673006: AutoFill Profiles dialog implemented according to new mocks on Mac (Closed)
Patch Set: Revisions based on review comments. Created 10 years, 6 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/vertical_layout_view.h
diff --git a/chrome/browser/cocoa/vertical_layout_view.h b/chrome/browser/cocoa/vertical_layout_view.h
deleted file mode 100644
index 56e9954873bb9d4a8be7df55142beb745e2c963c..0000000000000000000000000000000000000000
--- a/chrome/browser/cocoa/vertical_layout_view.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// 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.
-
-#ifndef CHROME_BROWSER_COCOA_VERTICAL_LAYOUT_VIEW_
-#define CHROME_BROWSER_COCOA_VERTICAL_LAYOUT_VIEW_
-
-#import <Cocoa/Cocoa.h>
-
-// A view class that automatically performs layout of child views based
-// on paint order of the children in the view hierarchy. The children are
-// arranged top-to-bottom (in y-order) based on each child's height.
-// Horizontal (x) positions are left as specified. Layout is performed when
-// children are added, removed, or have their frames changed. Layout is also
-// performed when this view (|self|) has its frame changed.
-// Autoresizing is disabled for |VerticalLayoutView|s.
-@interface VerticalLayoutView : NSView {
-}
-
-@end
-
-#endif // CHROME_BROWSER_COCOA_VERTICAL_LAYOUT_VIEW_
« no previous file with comments | « chrome/browser/cocoa/section_separator_view_unittest.mm ('k') | chrome/browser/cocoa/vertical_layout_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698