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

Unified Diff: ios/chrome/browser/ui/strip/strip_container_view_controller.h

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Rebased Created 3 years, 11 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: ios/chrome/browser/ui/strip/strip_container_view_controller.h
diff --git a/ios/chrome/browser/ui/strip/strip_container_view_controller.h b/ios/chrome/browser/ui/strip/strip_container_view_controller.h
deleted file mode 100644
index 17b6693a537cb22aa996f4139287ba1e038906e0..0000000000000000000000000000000000000000
--- a/ios/chrome/browser/ui/strip/strip_container_view_controller.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2016 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.
-
-// ====== New Architecture =====
-// = This code is only used in the new iOS Chrome architecture. =
-// ============================================================================
-
-#ifndef IOS_CHROME_BROWSER_UI_STRIP_STRIP_CONTAINER_VIEW_CONTROLLER_H_
-#define IOS_CHROME_BROWSER_UI_STRIP_STRIP_CONTAINER_VIEW_CONTROLLER_H_
-
-#import <UIKit/UIKit.h>
-
-// Base class for a view controller that contains a content view (generally a
-// web view with toolbar, but nothing in this class assumes that) and a strip
-// view, each managed by their own view controllers.
-@interface StripContainerViewController : UIViewController
-
-// View controller showing the main content. If there is no strip view
-// controller set, the contents of this view controller will fill all of the
-// strip container's view.
-@property(nonatomic, strong) UIViewController* contentViewController;
-
-// View controller showing the strip. It will be of a fixed
-// height (determined internally by the strip container), but will span the
-// width of the tab.
-@property(nonatomic, strong) UIViewController* stripViewController;
-
-@end
-
-#endif // IOS_CHROME_BROWSER_UI_STRIP_STRIP_CONTAINER_VIEW_CONTROLLER_H_
« no previous file with comments | « ios/chrome/browser/ui/strip/BUILD.gn ('k') | ios/chrome/browser/ui/strip/strip_container_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698