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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h

Issue 2608253003: [ios] Moves tab_switcher code out of the ios_internal namespace. (Closed)
Patch Set: Created 3 years, 12 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/tab_switcher/tab_switcher_panel_controller.h
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h
index 402f74c6ca8a784c36281bfc1ef9c35f56cfb71e..c5b5ba2a39b6bb019cb5bd45977d3ee952d104b5 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_controller.h
@@ -52,13 +52,13 @@ class ChromeBrowserState;
@property(nonatomic, readonly) TabSwitcherPanelView* view;
@property(nonatomic, assign) id<TabSwitcherPanelControllerDelegate> delegate;
-@property(nonatomic, readonly) ios_internal::SessionType sessionType;
+@property(nonatomic, readonly) SessionType sessionType;
// Initializes a controller for a view showing local tabs. |offTheRecord|
// determines whether the tabs will be shown for the incognito browser state or
// not. |model| is used to populate the view and must not be nil.
- (instancetype)initWithModel:(TabSwitcherModel*)model
- forLocalSessionOfType:(ios_internal::SessionType)type
+ forLocalSessionOfType:(SessionType)type
withCache:(TabSwitcherCache*)cache
browserState:(ios::ChromeBrowserState*)browserState;

Powered by Google App Engine
This is Rietveld 408576698