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

Unified Diff: ios/clean/chrome/browser/ui/tab_strip/tab_strip_container_coordinator.h

Issue 2711343003: [tab_container] Remove tab_strip container (Closed)
Patch Set: Rebase Created 3 years, 9 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/clean/chrome/browser/ui/tab_strip/tab_strip_container_coordinator.h
diff --git a/ios/clean/chrome/browser/ui/tab_strip/tab_strip_container_coordinator.h b/ios/clean/chrome/browser/ui/tab_strip/tab_strip_container_coordinator.h
deleted file mode 100644
index 3c36716d802a81d29d59ca09084b3d3b39d48fe1..0000000000000000000000000000000000000000
--- a/ios/clean/chrome/browser/ui/tab_strip/tab_strip_container_coordinator.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2017 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 IOS_CLEAN_CHROME_BROWSER_UI_TAB_STRIP_TAB_STRIP_CONTAINER_COORDINATOR_H_
-#define IOS_CLEAN_CHROME_BROWSER_UI_TAB_STRIP_TAB_STRIP_CONTAINER_COORDINATOR_H_
-
-#import <UIKit/UIKit.h>
-#import "ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h"
-
-namespace web {
-class WebState;
-}
-
-// Coordinator that runs a tab strip container: A composed UI consisting of a
-// tab strip and a tab.
-@interface TabStripContainerCoordinator : BrowserCoordinator
-
-// The WebState representing the web page that will be displayed in this tab.
-// Calling code should assign this before starting this coordinator.
-@property(nonatomic, assign) web::WebState* webState;
-
-// An opaque key provided by this coordinator's parent which can be passed in
-// to a transition animation to synchronize the presentation with the presenting
-// view controller, if any.
-@property(nonatomic, copy) NSObject* presentationKey;
-
-@end
-
-#endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_STRIP_TAB_STRIP_CONTAINER_COORDINATOR_H_

Powered by Google App Engine
This is Rietveld 408576698